aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/__init__.py
blob: baa78ccc13a7e0c3f5f0a1213141b2b190df4d90 (plain)
1
2
3
4
5
6
7
8
# 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 config
from .serve import HydrillaApp