init
This commit is contained in:
commit
09d4c52043
19 changed files with 542 additions and 0 deletions
3
sandbox/exceptions.py
Normal file
3
sandbox/exceptions.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class PromptParseError(Exception):
|
||||
def __init__(self, message: str) -> None:
|
||||
super().__init__(message)
|
||||
Loading…
Add table
Add a link
Reference in a new issue