Files
Christian Risi 160b7dbfc0 V0.0.1 Athene
2025-10-11 19:35:43 +02:00

5 lines
60 B
Python

from .TaskType import TaskType
__all__ = [
"TaskType"
]