6 lines
88 B
Python
6 lines
88 B
Python
|
from .mtproto_bot_api import message_to_bot_api
|
||
|
|
||
|
__all__ = [
|
||
|
"message_to_bot_api"
|
||
|
]
|