aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/_app.py
blob: ab1591875edb3a2813feb8c85310e2dc0b84737f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

import typing as t

import flask

from .. import state as st


class WebUIApp(flask.Flask):
    _haketilo_state: st.HaketiloState

def get_haketilo_state() -> st.HaketiloState:
    return t.cast(WebUIApp, flask.current_app)._haketilo_state
/span>gnu: demlo: Update to 3.8-1.985f810....Sharlatan Hellseher 2024-07-14gnu: gsequencer: Update to 6.16.8....Vinicius Monego 2024-06-30gnu: mixxx: Update to 2.4.1....hapster 2024-06-29gnu: rosegarden: Update to 24.06....Nicolas Goaziou 2024-06-16gnu: pd: Update to 0.55-0....jgart 2024-06-16gnu: pd: Update to 0.54-1....jgart 2024-06-13gnu: stargate: Move libsbsms and soundtouch forks to audio.scm....Ludovic Courtès 2024-06-13gnu: Add stargate....Sughosha 2024-06-11gnu: cmus: Switch to new package style....Timotej Lazar 2024-06-11gnu: cmus: Update to 2.11.0....Timotej Lazar 2024-05-31gnu: clementine: Build with libgpod....Sergey Trofimov 2024-05-31gnu: Add libgpod....Sergey Trofimov 2024-05-27gnu: qmmp: Update to 2.1.8....Timotej Lazar 2024-05-06gnu: wolf-shaper: Add tunable property....Efraim Flashner 2024-05-06gnu: wolf-shaper: Fix building on more architectures....Efraim Flashner 2024-05-06gnu: musescore: Propagate alsa-plugins pulseaudio to runtime....Rovanion Luckey 2024-04-28gnu: go-github-com-mgutz-ansi: Propagate inputs....Sharlatan Hellseher 2024-04-26gnu: lsp-plugins: Split outputs....Parnikkapore 2024-04-26gnu: lsp-plugins: Enable all features....Parnikkapore 2024-04-26gnu: lsp-plugins: Update build environment variables....Parnikkapore 2024-04-26gnu: lsp-plugins: Use new package style....Parnikkapore 2024-04-26gnu: lsp-plugins: Update to 1.2.15....Parnikkapore 2024-04-22gnu: qmmp: Add missing inputs....Timotej Lazar 2024-04-22gnu: qmmp: Update to 2.1.7....Timotej Lazar 2024-04-16gnu: Add qmmp....Timotej Lazar 2024-04-07gnu: powertabeditor: Update to 2.0.0-alpha19....Ricardo Wurmus 2024-04-06gnu: go-github-com-mattn-go-isatty: Move to golang-xyz....Sharlatan Hellseher 2024-04-04gnu: clyrics: Update to 0.16....Ludovic Courtès