I have an app structured like so:
. ├── src │ ├── __init__.py │ ├── main.py │ ├── db.py │ └── routers │ │ ├── __init__.py │ │ ├── items.py │ └──