Upload math_verify/errors.py with huggingface_hub
Browse files- math_verify/errors.py +2 -0
math_verify/errors.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class TimeoutException(BaseException):
|
| 2 |
+
pass
|