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