diff --git a/stubs/PIL/McIdasImagePlugin.pyi b/stubs/PIL/McIdasImagePlugin.pyi new file mode 100644 --- /dev/null +++ b/stubs/PIL/McIdasImagePlugin.pyi @@ -0,0 +1,9 @@ +# Stubs for PIL.McIdasImagePlugin (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +from PIL import ImageFile + +class McIdasImageFile(ImageFile.ImageFile): + format: str = ... + format_description: str = ...