Browse Source
Add back beartype (#3967)
### What problem does this PR solve?
Add back beartype
### Type of change
- [x] Refactoring
tags/v0.15.0
Zhichang Yu
10 months ago
No account linked to committer's email address
|
|
|
@@ -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 |