outside-fetcher/tasks/reformat/__init__.py

6 lines
88 B
Python
Raw Permalink Normal View History

2019-11-06 15:53:46 +01:00
from .mtproto_bot_api import message_to_bot_api
__all__ = [
"message_to_bot_api"
]