outside-fetcher/tasks/__init__.py

6 lines
96 B
Python
Raw Normal View History

2019-11-03 22:11:45 +01:00
from .channel_history import ChannelHistoryReadTask
__all__ = [
"ChannelHistoryReadTask"
]