massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / FtexImagePlugin.pyi
1 from .ImageFile import ImageFile
2
3 MAGIC: bytes
4 FORMAT_DXT1: int
5 FORMAT_UNCOMPRESSED: int
6
7 class FtexImageFile(ImageFile):
8     format: str
9     format_description: str
10     def load_seek(self, pos) -> None: ...