spyglass/app/utils.py

6 lines
62 B
Python
Raw Normal View History

2024-02-04 02:44:48 +01:00
def die(msg: str, code: str):
print(msg)
exit(code)