Files
MoviePilot/app/sdk/logging.py
T

7 lines
105 B
Python

"""插件可使用的稳定日志入口。"""
from app.runtime.log import logger
__all__ = ["logger"]