Files
2026-01-17 21:21:30 +08:00

4 lines
66 B
Python

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