test_ai/server/db/repository/__init__.py

3 lines
120 B
Python
Raw Normal View History

2024-01-12 10:26:57 +08:00
from .chat_history_repository import *
from .knowledge_base_repository import *
from .knowledge_file_repository import *