Pillow/src/PIL/_imagingmath.pyi

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
63 B
Python
Raw Normal View History

2024-01-10 14:05:26 +03:00
from typing import Any
def __getattr__(name: str) -> Any: ...