mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-21 16:23:34 +08:00
7 lines
163 B
Python
7 lines
163 B
Python
"""插件事件订阅与发布接口。"""
|
|
|
|
from app.runtime.events import Event, EventManager, eventmanager
|
|
|
|
|
|
__all__ = ["Event", "EventManager", "eventmanager"]
|