From beaa61362aed31f229c935a347e382024eee5a90 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 5 Feb 2018 12:22:49 +0000 Subject: Dynamic route loader; proper application structure Also fixed flake8-imports getting the other wrong --- pysite/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pysite/__init__.py (limited to 'pysite/__init__.py') diff --git a/pysite/__init__.py b/pysite/__init__.py new file mode 100644 index 00000000..ba286add --- /dev/null +++ b/pysite/__init__.py @@ -0,0 +1,3 @@ +# coding=utf-8 + +__author__ = "Gareth Coles" -- cgit v1.2.3