my-video-workflow/entity/VideoPart.py
2022-04-15 12:26:43 +08:00

5 lines
61 B
Python

from entity.File import File
class VideoPart(File):
...