Skip to content

Commit b7d325f

Browse files
authored
Merge pull request #29 from InfiniTensor/expose-torch
Expose `torch` via `__all__`
2 parents fcd5925 + b4d561e commit b7d325f

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)