python-pro-flask/ │ ├── app.py # Main Flask app (entrypoint) ├── config.py # App configuration (SECRET_KEY, DB, etc.) ├── models.py # SQLAlchemy ...