From 9f8d8004b8a7752b81f4257749de60e1d0399bb5 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Mon, 14 Oct 2019 16:48:43 -0700 Subject: [PATCH] empty commit --- app.py | 1 + 1 file changed, 1 insertion(+) 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