diff options
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r-- | numpy/emath.pyi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/emath.pyi b/numpy/emath.pyi new file mode 100644 index 000000000..3938d68de --- /dev/null +++ b/numpy/emath.pyi @@ -0,0 +1,4 @@ +from typing import Any + +# TODO: remove when the full numpy namespace is defined +def __getattr__(name: str) -> Any: ... |