my folder structure:
├── api │ ├── __init__.py # empty │ ├── api.py │ ├── database │ │ └── __init__.py # holds db variable │ ├── manage.py