From 7259524b1277ad70d23f65700a35dca5d48a8509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=95=80=E9=93=AC=E9=85=B8=E9=92=BE?= <148796996+K2cr2O1@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:48:44 +0800 Subject: [PATCH] Update __init__.py --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]