🚧 basically completed event serialize

This commit is contained in:
Mix
2021-01-29 21:19:13 +08:00
parent 5a9798121c
commit 0bb0d16d93
8 changed files with 233 additions and 50 deletions

View File

@ -0,0 +1,4 @@
from .base import Event, SenderInfo, PrivateSenderInfo, SenderGroup
from .message import *
from .notice import *
from .request import *