Skip to content

Commit b4d561e

Browse files
committed
Expose torch via __all__
1 parent fcd5925 commit b4d561e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ntops/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import torch
2+
3+
__all__ = ["torch"]

0 commit comments

Comments
 (0)