generated from dopt-python/py311
major refactoring
This commit is contained in:
9
src/wce_crm/custom_widget_registry.py
Normal file
9
src/wce_crm/custom_widget_registry.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Final
|
||||
|
||||
CUSTOM_WIDGET_NAMES: Final[frozenset] = frozenset(
|
||||
[
|
||||
"grunderfassung_suche",
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user