Skip to content

Commit 53c5f6f

Browse files
committed
export VectorBase
1 parent eb34357 commit 53c5f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree_math/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
wrap,
2121
unwrap,
2222
)
23-
from tree_math._src.vector import Vector
23+
from tree_math._src.vector import Vector, VectorBase
2424
import tree_math.numpy
2525

2626
__version__ = '0.1.0'

0 commit comments

Comments
 (0)