Initial commit

This commit is contained in:
Ian Keane 2026-09-14 13:45:57 -04:00
commit 6aa9bf85f3
10 changed files with 660 additions and 0 deletions

3
wsgi.py Normal file
View file

@ -0,0 +1,3 @@
from app import create_app
app = create_app()