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