From d7db0d187ccb4404fdf6f19fba15e0a39391640a Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 29 Oct 2022 13:54:06 +0200 Subject: initial commit --- src/hydrilla_website/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/hydrilla_website/__init__.py (limited to 'src/hydrilla_website/__init__.py') diff --git a/src/hydrilla_website/__init__.py b/src/hydrilla_website/__init__.py new file mode 100644 index 0000000..3ac4327 --- /dev/null +++ b/src/hydrilla_website/__init__.py @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: CC0-1.0 + +# Copyright (C) 2022 Wojtek Kosior +# +# Available under the terms of Creative Commons Zero v1.0 Universal. + +from .app import website_app -- cgit v1.2.3