Spaces:
Build error
Build error
File size: 143 Bytes
64772a4 |
1 2 3 4 5 6 7 |
from typing import Literal
from av.codec.context import CodecContext
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]
|