Files
2026-06-08 19:54:16 +00:00

4 lines
63 B
Python

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