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

6 lines
88 B
Python

from .mtproto_bot_api import message_to_bot_api
__all__ = [
"message_to_bot_api"
]