mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-19 06:32:27 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
class VideoProcessor:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def __call__(self):
|
|
raise NotImplementedError
|