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

5 lines
63 B
Python

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