File size: 176 Bytes
daf0288
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8

"""
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']