""" In deepdoc/__init__.py, import the class from ragFlow.py and make it available for import from the deepdoc package: """ from .vision import RagFlow __all__ = ['RagFlow']