diff options
Diffstat (limited to 'src/hydrilla_website')
-rw-r--r-- | src/hydrilla_website/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla_website/__init__.py b/src/hydrilla_website/__init__.py index 3ac4327..f3bd4e7 100644 --- a/src/hydrilla_website/__init__.py +++ b/src/hydrilla_website/__init__.py @@ -4,4 +4,4 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -from .app import website_app +from .app import website_app, set_secret |