aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla_website/__main__.py
blob: ad71c06fcaf94e45b77e2dba7fce863c229c0827 (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 .app import website_app

website_app.run()