Pillow/src/PIL/_imagingmath.pyi

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

6 lines
99 B
Python
Raw Normal View History

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