team-final-project/ ├── app/ │ └── app.py ├── tests/ │ ├── test_unit.py │ └── test_integration.py ├── requirements.txt ├── Dockerfile └── README.md