Files
2025-11-01 06:09:32 +05:30

4 lines
63 B
Python

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