my_project/
├── src/
│ └── myapp/
│ ├── __init__.py
│ ├── models.py
│ └── utils.py
├── tests/
│ └── test_models.py
├── .env
├── requirements.txt
├── pyproject.toml
└── README.mdUse pyproject.toml with setuptools or poetry for packaging.