Coverage for src/ph/__main__.py: 0.0%
2 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-28 08:17 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-07-28 08:17 +0000
1"""Run Pocket Harbor with ``python -m ph``."""
3from ph.app import main
5raise SystemExit(main())