empty commit

This commit is contained in:
Sorrel Bri 2019-10-14 16:48:43 -07:00
parent fb4324cb42
commit 9f8d8004b8

1
app.py
View file

@ -28,3 +28,4 @@ def create_app():
db.init_app(app)
ma.init_app(app)
return app