# -*- coding: utf-8 -*-
"""
知识库路径配置模块
"""
from .path_config import KnowledgePathConfig

__all__ = [
    'KnowledgePathConfig'
]
