fix: change project struct
This commit is contained in:
5
base/database.py
Normal file
5
base/database.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
|
||||
def init_db(app):
|
||||
db = SQLAlchemy(app)
|
||||
Reference in New Issue
Block a user