backend_api_python/ ├─ app/ │ ├─ __init__.py # Flask app factory + startup hooks │ ├─ config/ # Settings (env-driven) │ ├─ data_sources/ # Data ...