/ cli / __init__.py
__init__.py
1  """CLI entry points — argument parsing and logging setup only."""
2  
3  __all__: list[str] = []