Files
2025-08-01 04:33:03 -04:00

4 lines
63 B
Python

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