mirror of
https://github.com/meeb/tubesync.git
synced 2026-04-06 00:01:50 +08:00
6 lines
70 B
Python
6 lines
70 B
Python
from .tasks import TaskHistory
|
|
|
|
__all__ = [
|
|
'TaskHistory',
|
|
]
|