from __future__ import annotations from typing import Final CUSTOM_WIDGET_NAMES: Final[frozenset] = frozenset( [ "grunderfassung_suche", ] )