diff --git a/core/__init__.py b/core/__init__.py index 7ff7c22..072049f 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,5 +1,5 @@ from .command_manager import matcher from .config_loader import global_config -from .WS import WS +from .ws import WS __all__ = ["WS", "matcher", "global_config", "PluginDataManager"]