### What problem does this PR solve? Add back beartype ### Type of change - [x] Refactoringtags/v0.15.0
| @@ -0,0 +1,2 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| @@ -0,0 +1,2 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| @@ -0,0 +1,2 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| @@ -1,3 +1,6 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| from .ragflow_chat import RAGFlowChat | |||
| __all__ = [ | |||
| @@ -0,0 +1,2 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| @@ -1,3 +1,6 @@ | |||
| from beartype.claw import beartype_this_package | |||
| beartype_this_package() | |||
| import importlib.metadata | |||
| from .ragflow import RAGFlow | |||