mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
15 lines
344 B
Python
15 lines
344 B
Python
"""
|
|
Mirai-API-HTTP 协议适配
|
|
============================
|
|
|
|
协议详情请看: `mirai-api-http 文档`_
|
|
|
|
.. mirai-api-http 文档:
|
|
https://github.com/project-mirai/mirai-api-http/tree/master/docs
|
|
"""
|
|
|
|
from .bot import MiraiBot
|
|
from .bot_ws import MiraiWebsocketBot
|
|
from .event import *
|
|
from .message import MessageChain, MessageSegment
|