src/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI app initialization, middleware, routes setup │ ├── core ...