"""Main CLI entry point.""" import typer app = typer.Typer( name="tracker", help="Personal project tracker CLI", )