RAGflow/intergrations/chatgpt-on-wechat/plugins/__init__.py

9 lines
144 B
Python
Raw Normal View History

2025-03-24 11:19:28 +08:00
from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat
__all__ = [
"RAGFlowChat"
]