5 lines
61 B
Python
5 lines
61 B
Python
from entity.File import File
|
|
|
|
|
|
class VideoPart(File):
|
|
... |