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