diff --git a/stubs/PIL/WalImageFile.pyi b/stubs/PIL/WalImageFile.pyi new file mode 100644 --- /dev/null +++ b/stubs/PIL/WalImageFile.pyi @@ -0,0 +1,13 @@ +# Stubs for PIL.WalImageFile (Python 3) +# +# NOTE: This dynamically typed stub was automatically generated by stubgen. + +import __builtin__ +from typing import Any + +builtins = __builtin__ +i32: Any + +def open(filename: Any): ... + +quake2palette: bytes