News

pyquote/ ├── app.py # Flask app logic ├── Dockerfile # Image build instructions ├── requirements.txt # Python dependencies ├── podman-compose.yml # Defines pod with app and DB containers ├── init.sql ...