Simple script for creating a flask application structure
├── venv/
├── testapp/
│ ├── static/
│ │ └── style.css
│ ├── templates/
│ │ ├── index.html
│ │ └── home.html
│ ├──api/
│ │ ├── index.py
│ │ ├── index.py
│ ├── __init__.py
│ └── config.ini
├── name.txt
├── .gitignore
└── requirements.txt