DEBSOURCES
Skip Quicknav
sources / python-av / 14.2.0-1 / av / attachments / stream.pyi
12345678
from typing import Literal from av.stream import Stream class AttachmentStream(Stream): type: Literal["attachment"] @property def mimetype(self) -> str | None: ...