Skip to content

Commit 56971d6

Browse files
committed
Add kernels module to package exports
1 parent 1d634ad commit 56971d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ntops/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from ntops import torch
1+
from ntops import kernels, torch
22

3-
__all__ = ["torch"]
3+
__all__ = ["kernels", "torch"]

0 commit comments

Comments
 (0)