historical/Pyeta.git/Source/error.py

5 lines
108 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
import sys
class Error():
def __init__(self, error) -> None:
print(error)
sys.exit()