Files
2024-10-30 22:14:35 +01:00

4 lines
63 B
Python

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