mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
7 lines
105 B
Python
7 lines
105 B
Python
"""插件可使用的稳定日志入口。"""
|
|
|
|
from app.runtime.log import logger
|
|
|
|
|
|
__all__ = ["logger"]
|