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.
2 parents f608f87 + 097d0d4 commit 6dc0f33Copy full SHA for 6dc0f33
numojo/prelude.mojo
@@ -21,4 +21,6 @@ from numojo.prelude import *
21
"""
22
23
from .core.ndarray import NDArray
24
+from .core.index import Idx
25
+from .core.ndarrayshape import NDArrayShape
26
from .core.datatypes import i8, i16, i32, i64, u8, u16, u32, u64, f16, f32, f64
0 commit comments