# -*- coding: utf-8 -*-
"""
方向配置服务模块
"""
from .service import CategoryService

__all__ = ['CategoryService']
