mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-11-03 01:17:38 +03:00
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
4 lines
63 B
Python
4 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|