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
+3
View File
@@ -0,0 +1,3 @@
from app import create_app
app = create_app('production')