outside-fetcher/tasks/__init__.py
2019-11-03 22:15:52 +01:00

6 lines
96 B
Python

from .channel_history import ChannelHistoryReadTask
__all__ = [
"ChannelHistoryReadTask"
]