Sep 11 - Reupload the code

This commit is contained in:
2026-09-11 22:42:45 -04:00
commit d92cff81e5
130 changed files with 73508 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# models/base.py
"""
Base module to hold the database instance for all models
"""
# This will be set by app.py
db = None