Skip to content

_types

_types

Re-export shim for the CLI command-tree vocabulary.

Every per-subsystem command module imports ArgDef / CommandDef / CommandTree / KeyRow from this module's path; the definitions themselves now live in terok_util. This shim preserves the from ._types import … callsites without dragging the canonical copies into sandbox's tree.

__all__ = ['ArgDef', 'CommandDef', 'CommandTree', 'KeyRow'] module-attribute