From 9578636259f86267c2253f4af2510ce1eeaf084c Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 12 Jan 2021 12:34:59 -0700 Subject: Make the array_api submodules private, and remove __all__ from individual files The specific submodule organization is an implementation detail and should not be used. Only the top-level numpy._array_api namespace should be used. --- numpy/_array_api/_constants.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 numpy/_array_api/_constants.py (limited to 'numpy/_array_api/_constants.py') diff --git a/numpy/_array_api/_constants.py b/numpy/_array_api/_constants.py new file mode 100644 index 000000000..075b8c3b9 --- /dev/null +++ b/numpy/_array_api/_constants.py @@ -0,0 +1 @@ +from .. import e, inf, nan, pi -- cgit v1.2.1