2026-05-20 02:45:11 +00:00

4 lines
63 B
Python

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