initial commit. add flask dispatcher for apps in nested subdirs

This commit is contained in:
Connor Rhodes 2026-04-23 18:28:03 -05:00
commit dea4a1aec6
5 changed files with 259 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.venv/
__pycache__/
*.pyc
# Ignore all subdirectories
/*/