major refactoring

This commit is contained in:
2026-06-17 09:44:06 +02:00
parent 15af78900f
commit 44402af0b7
3 changed files with 1415 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from __future__ import annotations
from typing import Final
CUSTOM_WIDGET_NAMES: Final[frozenset] = frozenset(
[
"grunderfassung_suche",
]
)