Skip to content

Commit 6dc0f33

Browse files
authored
Merge pull request #124 from forFudan/prelude
[change] Add `Idx` and `NDArrayShape` to `prelude`
2 parents f608f87 + 097d0d4 commit 6dc0f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numojo/prelude.mojo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ from numojo.prelude import *
2121
"""
2222

2323
from .core.ndarray import NDArray
24+
from .core.index import Idx
25+
from .core.ndarrayshape import NDArrayShape
2426
from .core.datatypes import i8, i16, i32, i64, u8, u16, u32, u64, f16, f32, f64

0 commit comments

Comments
 (0)