Modularise things a little

This commit is contained in:
2026-03-09 14:03:31 +11:00
parent 825ceedb0d
commit 25cd36d417
8 changed files with 173 additions and 94 deletions

View File

@@ -9,5 +9,5 @@ pip install -r requirements.txt
Run with:
```
python app.py
python src/app.py
```