blob: f5a799ee5e634786ee7ed79a4ca514a8a5f68f7f (
about) (
plain)
1
2
3
4
5
6
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
|