historical/Pyeta.git/Source/error.py
2024-01-16 11:20:27 -06:00

5 lines
No EOL
108 B
Python

import sys
class Error():
def __init__(self, error) -> None:
print(error)
sys.exit()