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

### What problem does this PR solve? Add back beartype ### Type of change - [x] Refactoring
9 lines
144 B
Python
9 lines
144 B
Python
from beartype.claw import beartype_this_package
|
|
beartype_this_package()
|
|
|
|
from .ragflow_chat import RAGFlowChat
|
|
|
|
__all__ = [
|
|
"RAGFlowChat"
|
|
]
|