6 lines
81 B
Python
6 lines
81 B
Python
"""工具模块"""
|
|
|
|
from .logger import setup_logger
|
|
|
|
__all__ = ["setup_logger"]
|