f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
6 lines
169 B
Python
6 lines
169 B
Python
from . import generator
|
|
|
|
__all__ = [name for name in dir(generator) if not name.startswith("_")]
|
|
|
|
globals().update({name: getattr(generator, name) for name in __all__})
|