Undo literally everything lol

This commit is contained in:
2025-10-16 13:21:27 +11:00
parent 333a1241e8
commit c98f248245
13 changed files with 184 additions and 356 deletions

3
src/error.py Normal file
View File

@@ -0,0 +1,3 @@
def error(message: str):
print(f"\033[91mError: \033[0m{message}")
quit()