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

4 lines
58 B
Python

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