aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/server/__main__.py')
-rw-r--r--src/hydrilla/server/__main__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hydrilla/server/__main__.py b/src/hydrilla/server/__main__.py
new file mode 100644
index 0000000..037b388
--- /dev/null
+++ b/src/hydrilla/server/__main__.py
@@ -0,0 +1,9 @@
+# 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 . import serve
+
+serve.start()