mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 19:47:41 +08:00
add workflow framework
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class BaseAction:
|
||||
"""
|
||||
工作流动作基类
|
||||
"""
|
||||
async def execute(self, params: dict, context: dict) -> dict:
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user