5 строки
78 B
Python
5 строки
78 B
Python
|
from typing import Any
|
||
|
|
||
|
|
||
|
def __getattr__(name: str) -> Any: ... # incomplete
|