outside-fetcher/tasks/executors/__init__.py
andrew (from workstation) 89c8575634 async init using scheduler
2019-11-06 15:53:46 +01:00

6 lines
98 B
Python

from tasks.executors.mtproto_task_abstraction import MtProtoTask
__all__ = [
"MtProtoTask"
]