2025-06-29 14:21:32 -04:00

6 lines
70 B
Python

from .tasks import TaskHistory
__all__ = [
'TaskHistory',
]