summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/app.py b/app.py
index 3e99f07..b5f381c 100644
--- a/app.py
+++ b/app.py
@@ -8,4 +8,6 @@ app.config["SQLALCHEMY_DATABASE_URI"] = "postgresql://postgres@localhost/postgre
db.init_app(app)
import routes
-import nick \ No newline at end of file
+import nick
+import quiz
+import question