aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/__main__.py
blob: 037b38821b70f4f66c6aa672734fa01976afbb83 (plain)
1
2
3
4
5
6
7
8
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()