"""HTTP route packages. Routers live as sibling modules and are wired into the app in :mod:`app.main`. Phase 0 only exposes ``health``; public, admin, and auth routers arrive in later phases. """ from __future__ import annotations