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

9 lines
144 B
Python

from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat
__all__ = [
"RAGFlowChat"
]