move data formating scripts into this repo
This commit is contained in:
3
scripts/parseerror.py
Normal file
3
scripts/parseerror.py
Normal file
@ -0,0 +1,3 @@
|
||||
class ParseError(Exception):
|
||||
def __init__(self, message):
|
||||
self.message = message
|
Reference in New Issue
Block a user