thermograph/backend/app.py
Emi Griffith a4be7066e5 Subtree-merge thermograph-backend (origin/main) into backend/
git-subtree-dir: backend
git-subtree-mainline: 6723fc0326
git-subtree-split: 83c2e05b96
2026-07-22 22:01:11 -07:00

7 lines
278 B
Python

"""Entry-point shim.
The real application lives in ``web/app.py``. This re-export keeps the launch
target stable at ``app:app`` (run from ``backend/``), so the systemd units,
run.sh, and CI need no change after the move into packages.
"""
from web.app import app # noqa: F401