# Entry point for deployments that expect app.py at the project root. # All app logic lives in backend/main.py — this just re-exports the app object # so tools like gunicorn can target either `app:app` or `backend.main:app`. from backend.main import app # noqa: F401