aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/server/__init__.py')
-rw-r--r--src/hydrilla/server/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hydrilla/server/__init__.py b/src/hydrilla/server/__init__.py
new file mode 100644
index 0000000..f5a799e
--- /dev/null
+++ b/src/hydrilla/server/__init__.py
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: CC0-1.0
+
+# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+#
+# Available under the terms of Creative Commons Zero v1.0 Universal.
+
+from .serve import create_app