mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-29 00:25:58 +08:00
11 lines
350 B
Python
11 lines
350 B
Python
"""
|
|
\:\:\:warning 警告
|
|
事件中为了使代码更加整洁, 我们采用了与PEP8相符的命名规则取代Mirai原有的驼峰命名
|
|
|
|
部分字段可能与文档在符号上不一致
|
|
\:\:\:
|
|
"""
|
|
from .base import Event, GroupChatInfo, GroupInfo, UserPermission, PrivateChatInfo
|
|
from .message import *
|
|
from .notice import *
|
|
from .request import * |