Currently I have the following structure for my Flask application
application ├── blueprint_one (__init__.py included) │ └── date.py │ └── index.py │ └─