Initial commit
This commit is contained in:
7
api/extensions/ext_database.py
Normal file
7
api/extensions/ext_database.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
|
||||
|
||||
def init_app(app):
|
||||
db.init_app(app)
|
Reference in New Issue
Block a user