/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ av
/ attachments
/ stream.pyi
Run
Starting...
Stop
View File
Save
from typing import Literal from av.stream import Stream class AttachmentStream(Stream): type: Literal["attachment"] @property def mimetype(self) -> str | None: ...
Memory