4 lines
63 B
Python
Raw Normal View History

2024-10-02 22:15:59 +04:00
from typing import Any
def __getattr__(name: str) -> Any: ...