Pillow/src/PIL/_imagingft.pyi
2023-12-27 14:55:30 +01:00

6 lines
99 B
Python

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