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

8
pyproject.toml Normal file
View file

@ -0,0 +1,8 @@
[project]
name = "nested-flask"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"flask>=3.0",
"gunicorn>=23.0",
]