mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
refactor backend module architecture
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""插件事件订阅与发布接口。"""
|
||||
|
||||
from app.platform.events import Event, EventManager, eventmanager
|
||||
|
||||
|
||||
__all__ = ["Event", "EventManager", "eventmanager"]
|
||||
Reference in New Issue
Block a user