Files
2026-05-06 19:47:31 +07:00

4 lines
58 B
Python

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