mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
feat(workflow): implement action contract management for inputs and outputs
This commit is contained in:
@@ -7,6 +7,8 @@ class NoteAction(BaseAction):
|
||||
备注
|
||||
"""
|
||||
|
||||
contract = {}
|
||||
|
||||
@classmethod
|
||||
@property
|
||||
def name(cls) -> str: # noqa
|
||||
|
||||
Reference in New Issue
Block a user