mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 05:30:26 +01:00
8 lines
140 B
Python
8 lines
140 B
Python
# Module UI
|
|
from .viewer import PDFViewer
|
|
from .llm_config_panel import LLMConfigPanel
|
|
|
|
__all__ = [
|
|
'PDFViewer',
|
|
'LLMConfigPanel'
|
|
] |