krishna-k's picture
Upload folder using huggingface_hub
06555b5 verified
raw
history blame contribute delete
186 Bytes
from typing import Literal
from av.stream import Stream
class AttachmentStream(Stream):
type: Literal["attachment"]
@property
def mimetype(self) -> str | None: ...