2025-07-11 13:52:19 +00:00

6 lines
188 B
Python

from typing import ClassVar, Optional
from ..base_nodes import CCBaseNode
class WorkerTimetableStructureNode(CCBaseNode):
__primarylabel__: ClassVar[str] = 'WorkerTimetableStructure'