Spaces:
Running
on
Zero
Running
on
Zero
File size: 118 Bytes
703e263 |
1 2 3 4 5 6 7 |
class VideoProcessor:
def __init__(self):
pass
def __call__(self):
raise NotImplementedError
|