mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 15:20:33 +03:00
Added type hints
This commit is contained in:
parent
23fb57dd26
commit
2eb5987d18
5
src/PIL/_jxl.pyi
Normal file
5
src/PIL/_jxl.pyi
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
|
def __getattr__(name: str) -> Any: ...
|
Loading…
Reference in New Issue
Block a user