mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-02 08:24:12 +03:00
6 lines
99 B
Python
6 lines
99 B
Python
from __future__ import annotations
|
|
|
|
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|