update: refactor codes

This commit is contained in:
Soulter
2024-07-24 18:40:08 +08:00
parent d52eb10ddd
commit a2cf058951
107 changed files with 3258 additions and 2809 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ Platform类是消息平台的抽象类,定义了消息平台的基本接口。
消息平台的具体实现类需要继承Platform类,并实现其中的抽象方法。
'''
from model.platform._platfrom import Platform
from model.platform import Platform
from model.platform.qq_gocq import QQGOCQ
from model.platform.qq_nakuru import QQGOCQ
from model.platform.qq_official import QQOfficial