mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 04:27:40 +08:00
7 lines
140 B
Python
7 lines
140 B
Python
"""插件可读取的宿主配置对象。"""
|
|
|
|
from app.runtime.config import global_vars, settings
|
|
|
|
|
|
__all__ = ["global_vars", "settings"]
|