1 from typing import Any 2 3 # TODO: remove when the full numpy namespace is defined 4 def __getattr__(name: str) -> Any: ...