Skip to content

Commit

Permalink
feat: import strategies into the root
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Apr 21, 2024
1 parent d653c6b commit eaa7a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hypothesis_torch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = "0.0.1"
from hypothesis_torch.tensor import *
from hypothesis_torch.tensor import tensor_strategy
from hypothesis_torch.device import device_strategy
from hypothesis_torch.dtype import dtype_strategy
from hypothesis_torch.module import *

0 comments on commit eaa7a78

Please sign in to comment.