diff --git a/app.py b/app.py index 7268ea3..cb218c2 100644 --- a/app.py +++ b/app.py @@ -28,3 +28,4 @@ def create_app(): db.init_app(app) ma.init_app(app) return app + \ No newline at end of file