Upload json_semval/__init__.py with huggingface_hub
Browse files- 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"]
|