mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-05-08 00:29:10 +08:00

### What problem does this PR solve? Fix errors detected by Ruff ### Type of change - [x] Refactoring
6 lines
71 B
Python
6 lines
71 B
Python
from .ragflow_chat import RAGFlowChat
|
|
|
|
__all__ = [
|
|
"RAGFlowChat"
|
|
]
|