massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / PcxImagePlugin.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/PcxImagePlugin.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/PcxImagePlugin.pyi
new file mode 100644 (file)
index 0000000..8a47f72
--- /dev/null
@@ -0,0 +1,11 @@
+from typing import Any
+
+from .ImageFile import ImageFile
+
+logger: Any
+
+class PcxImageFile(ImageFile):
+    format: str
+    format_description: str
+
+SAVE: Any