"""Package runner — allows python -m costco_route."""
python -m costco_route
from costco_route.cli import main
if name == "main": main()