bunch of updates

This commit is contained in:
Barrett Ruth 2025-05-13 13:35:37 -04:00
commit fda13b53ad
14 changed files with 693 additions and 0 deletions

4
wsgi.py Normal file
View file

@ -0,0 +1,4 @@
from app import app
if __name__ == "__main__":
app.run()