boom
This commit is contained in:
commit
1ac693fdc2
9 changed files with 670 additions and 0 deletions
6
ParserError.py
Normal file
6
ParserError.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import ast
|
||||
|
||||
class ParserError(Exception):
|
||||
|
||||
def __init__(self, *args: object) -> None:
|
||||
super().__init__(*args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue