This repository serves as a template for creating a Python project, complete with fundamental tooling and configuration. It is meant to help new python projects get started quickly, letting the user ...
Flask-Python-Template/ ├── app/ │ ├── __init__.py # Application factory │ ├── main/ # Main blueprint │ │ ├── __init__.py ...