zhichyu's picture
Fix errors detected by Ruff (#3918)
0404a52
raw
history blame
71 Bytes
from .ragflow_chat import RAGFlowChat
__all__ = [
"RAGFlowChat"
]