Initial checkin
This commit is contained in:
5
app/extensions.py
Normal file
5
app/extensions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_marshmallow import Marshmallow
|
||||
|
||||
db = SQLAlchemy()
|
||||
ma = Marshmallow()
|
||||
Reference in New Issue
Block a user