Skip to content

Commit c91360b

Browse files
committed
Export helpers to the top-level namespace
1 parent fece5e0 commit c91360b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

array_api_compat/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@
4040
- NumPy functions which are not wrapped may not use positional-only arguments.
4141
4242
"""
43+
from .common import *

array_api_compat/common/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from ._helpers import *

0 commit comments

Comments
 (0)