A batteries-included starter for modern Python projects using the src/ layout, sensible toolchain, and CI.
flask-server-template/ ├── config/ │ ├── __init__.py │ └── log_config.py # 日志配置 ├── controller/ │ ├── __init__.py ...