Files
2026-01-09 10:28:44 +11:00

4 lines
58 B
Python

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