comixify/keyframes/keyframes.py

5 lines
94 B
Python
Raw Normal View History

2018-07-31 19:51:39 +00:00
class KeyFramesExtractor():
@staticmethod
def get_keyframes(video):
return []