04/16 Upload codebase

This commit is contained in:
2026-04-16 08:27:07 -04:00
parent 91be5c1f5c
commit 457016b8d4
43 changed files with 6241 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from app import create_app
app = create_app('development')
if __name__ == '__main__':
app.run(debug=True)