thearnabsarkar commited on
Commit
cb6e13b
·
verified ·
1 Parent(s): 3307548

Upload json_semval/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. json_semval/__init__.py +3 -0
json_semval/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from .types import Prediction, Report
2
+
3
+ __all__ = ["Prediction", "Report"]