Added sqlalchemy, models, ...
This commit is contained in:
3
webservice/db.py
Normal file
3
webservice/db.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
Reference in New Issue
Block a user