feat: 新增文件
This commit is contained in:
10
engine/types.py
Normal file
10
engine/types.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class Scene:
|
||||
image_prompt: str
|
||||
video_motion: str
|
||||
narration: str
|
||||
Reference in New Issue
Block a user