From 4786b5dd8b83c4ffd1b8debcbf9f175cd6d4ea19 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Tue, 27 Jul 2021 13:06:34 +0200 Subject: [PATCH] sneed --- drama/routes/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drama/routes/__init__.py b/drama/routes/__init__.py index 438666d82..bf40d037f 100644 --- a/drama/routes/__init__.py +++ b/drama/routes/__init__.py @@ -12,4 +12,5 @@ from .settings import * from .static import * from .users import * from .votes import * -from .feeds import * \ No newline at end of file +from .feeds import * +from .awards import * \ No newline at end of file