diff options
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |