4 lines
63 B
Python
Executable File
4 lines
63 B
Python
Executable File
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|