forked from prehistoric-systems/comixify
5 lines
94 B
Python
5 lines
94 B
Python
|
|
class KeyFramesExtractor():
|
||
|
|
@staticmethod
|
||
|
|
def get_keyframes(video):
|
||
|
|
return []
|