Pillow/src/PIL/_imagingmorph.pyi
2024-01-11 23:11:12 +11:00

6 lines
99 B
Python

from __future__ import annotations
from typing import Any
def __getattr__(name: str) -> Any: ...