nanaj's picture
Upload folder using huggingface_hub (part 4)
ea35292 verified
Raw
History Blame Contribute Delete
178 Bytes
from typing import Literal
from av.stream import Stream
class AttachmentStream(Stream):
type: Literal["attachment"]
@property
def mimetype(self) -> str | None: ...