massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / XpmImagePlugin.pyi
1 from typing import Any
2
3 from .ImageFile import ImageFile
4
5 xpm_head: Any
6
7 class XpmImageFile(ImageFile):
8     format: str
9     format_description: str
10     def load_read(self, bytes): ...