Restructurign code
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user