Varshithdharmajv commited on
Commit
5c8f331
·
verified ·
1 Parent(s): 822e2f2

Upload math_verify/errors.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. math_verify/errors.py +2 -0
math_verify/errors.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ class TimeoutException(BaseException):
2
+ pass