zhichyu's picture
Add back beartype (#3967)
63cb972
raw
history blame
144 Bytes
from beartype.claw import beartype_this_package
beartype_this_package()
from .ragflow_chat import RAGFlowChat
__all__ = [
"RAGFlowChat"
]