We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b5138 commit c98fa8bCopy full SHA for c98fa8b
dpnp/__init__.py
@@ -70,10 +70,14 @@
70
from .dpnp_iface_utils import *
71
from .dpnp_iface_utils import __all__ as _ifaceutils__all__
72
from ._version import get_versions
73
+from . import linalg as linalg
74
75
__all__ = _iface__all__
76
__all__ += _ifaceutils__all__
77
78
+# add submodules
79
+__all__ += ["linalg"]
80
+
81
82
__version__ = get_versions()["version"]
83
del get_versions
0 commit comments