ragflow_preprocess/ui/__init__.py
2025-03-27 14:08:10 +01:00

8 lines
140 B
Python

# Module UI
from .viewer import PDFViewer
from .llm_config_panel import LLMConfigPanel
__all__ = [
'PDFViewer',
'LLMConfigPanel'
]