This commit is contained in:
2026-01-02 15:55:20 +08:00
parent ad539d8382
commit e23607a7dc
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Bot 抽象模块
from typing import TYPE_CHECKING, Dict, Any
if TYPE_CHECKING:
from .ws import WS
from .WS import WS
from .api import MessageAPI, GroupAPI, FriendAPI, AccountAPI