Added type hints

This commit is contained in:
Andrew Murray 2024-03-06 20:54:20 +11:00
parent 23fb57dd26
commit 2eb5987d18

5
src/PIL/_jxl.pyi Normal file
View File

@ -0,0 +1,5 @@
from __future__ import annotations
from typing import Any
def __getattr__(name: str) -> Any: ...