from typing import Any

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

class InvalidArgument(Exception): ...
