generated from dopt-python/py311
10 lines
159 B
Python
10 lines
159 B
Python
from __future__ import annotations
|
|
|
|
from typing import Final
|
|
|
|
CUSTOM_WIDGET_NAMES: Final[frozenset] = frozenset(
|
|
[
|
|
"grunderfassung_suche",
|
|
]
|
|
)
|