DEBSOURCES
Skip Quicknav
sources / openwebifpy / 4.3.1-1 / openwebif / types.py
123456789
"""Types for openwebif.""" from typing import TypedDict class Bouquets(TypedDict): """The bouquets type.""" bouquets: list[list[str]]