From d54a95e0f9c689f2bbaaea90a3a16a855a408823 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 17 Aug 2022 13:50:34 +0200 Subject: allow loading packages from zip files through web UI and listing installed mappings --- src/hydrilla/proxy/web_ui/_app.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/hydrilla/proxy/web_ui/_app.py (limited to 'src/hydrilla/proxy/web_ui/_app.py') diff --git a/src/hydrilla/proxy/web_ui/_app.py b/src/hydrilla/proxy/web_ui/_app.py new file mode 100644 index 0000000..d5783d1 --- /dev/null +++ b/src/hydrilla/proxy/web_ui/_app.py @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: CC0-1.0 + +# Copyright (C) 2022 Wojtek Kosior +# +# Available under the terms of Creative Commons Zero v1.0 Universal. + +import flask + +from .. import state as st + + +class WebUIApp(flask.Flask): + _haketilo_state: st.HaketiloState -- cgit v1.2.3