fix: 优化架构
This commit is contained in:
9
engine/adapters/video/base.py
Normal file
9
engine/adapters/video/base.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
class BaseVideoGen:
|
||||
def generate(self, image_path: str, prompt: dict, output_path: str | Path) -> str:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user