clone / src /utils /__init__.py
tanbushi's picture
update
82f9be0
raw
history blame contribute delete
91 Bytes
"""
工具模块初始化
"""
from .logger import setup_logger
__all__ = ["setup_logger"]