Main Application ================ FastAPI application bootstrap and compatibility routing surface. `app.main` now owns application setup, simple endpoints, import handlers, and router mounting for the split route modules. Keep this page because it remains the public entrypoint for `uvicorn app.main:app`. .. automodule:: app.main :members: :undoc-members: :show-inheritance: