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