Files
2026-06-08 18:14:59 +08:00

7 lines
123 B
Python

"""
知识库 Schema
"""
from .knowledge_base_schema import *
from .document_schema import *
from .segment_schema import *