# -*- coding:utf-8 -*-
"""
@author: yq
@time: 2022/10/24
@desc: 
"""

from .base_config import BaseConfig

__all__ = ['BaseConfig']