about summary refs log tree commit diff
from typing import Any

def __getattr__(name: str) -> Any: ...