INNER CODE UNIT · Python
main
roboflow/rf-detr · src/rfdetr/cli/__init__.py:15
def main() -> None:
"""Run the training CLI, loading its optional dependencies only when invoked."""
# Packing subcommands must remain usable without the training extra.
from rfdetr.training.cli import main as training_main
training_main()