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