123
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from .command_manager import matcher
|
from .command_manager import matcher
|
||||||
from .config_loader import global_config
|
from .config_loader import global_config
|
||||||
from .ws import WS
|
from .WS import WS
|
||||||
|
|
||||||
__all__ = ["WS", "matcher", "global_config"]
|
__all__ = ["WS", "matcher", "global_config"]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Bot 抽象模块
|
|||||||
from typing import TYPE_CHECKING, Dict, Any
|
from typing import TYPE_CHECKING, Dict, Any
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from .ws import WS
|
from .WS import WS
|
||||||
|
|
||||||
from .api import MessageAPI, GroupAPI, FriendAPI, AccountAPI
|
from .api import MessageAPI, GroupAPI, FriendAPI, AccountAPI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user