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