Restructurign code

This commit is contained in:
Nguyen Ngo
2025-08-19 13:15:07 -04:00
parent 8c1a3f8a38
commit 4248917d17
7 changed files with 279 additions and 227 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