Files
NAFKA-crm-gui/src/wce_crm/custom_widget_registry.py
2026-06-17 09:44:06 +02:00

10 lines
159 B
Python

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