- main.py (entrypoint)
- models.py (SQLAlchemy models)
- schemas.py (Pydantic schemas)
- database.py (DB connection/init)
- openapi.yaml (OpenAPI spec, already present)
All code will reside in the python directory. Proceeding to create or update main.py as the entrypoint, and will scaffold supporting files as needed.