diff --git a/intergrations/chatgpt-on-wechat/plugins/__init__.py b/intergrations/chatgpt-on-wechat/plugins/__init__.py index 28032b8..f6ded86 100644 --- a/intergrations/chatgpt-on-wechat/plugins/__init__.py +++ b/intergrations/chatgpt-on-wechat/plugins/__init__.py @@ -1,8 +1,8 @@ from beartype.claw import beartype_this_package -beartype_this_package() - from .ragflow_chat import RAGFlowChat +beartype_this_package() + __all__ = [ "RAGFlowChat" ]