LukasHug commited on
Commit
ca71987
·
verified ·
1 Parent(s): 6e6416b

Upload ipt/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. ipt/__init__.py +3 -0
ipt/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .verifier import verify, extract_hypothesis
2
+
3
+ __all__ = ["verify", "extract_hypothesis"]