INNER CODE UNIT · Python
_CommandSpec
mikel-brostrom/boxmot · boxmot/engine/cli.py:16
class _CommandSpec:
"""Import metadata and root-help text for one CLI command."""
name: str
module: str
attribute: str
summary: str
_COMMAND_SPECS = (
_CommandSpec("track", "boxmot.engine.commands.track", "track", "Track objects in streams or saved detections"),
_CommandSpec(
"materialize",
"boxmot.engine.commands.materialize",
"materialize",
"Build a perception dataset or derive a frame-loss variant",
),
_CommandSpec(