From 4c5fd0076b4903320ba470ebf0cd454e5f7a2995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristina=20H=C3=A4nninen?= Date: Tue, 21 Nov 2023 12:52:55 +0200 Subject: Initial anwsering form and related --- app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app.py') diff --git a/app.py b/app.py index 996be9b..b01f013 100644 --- a/app.py +++ b/app.py @@ -11,4 +11,5 @@ import routes.base import routes.set.nick import routes.set.quiz import routes.set.question +import routes.set.answers import routes.get.quiz -- cgit v1.2.3