forked from prehistoric-systems/comixify
4 lines
100 B
Python
4 lines
100 B
Python
class StyleTransfer():
|
|
@staticmethod
|
|
def get_stylized_frames(frames):
|
|
return frames
|