reformat/refactor

This commit is contained in:
2025-04-26 21:59:46 -04:00
parent 5bde6ac880
commit a433dc2fb5
14 changed files with 150 additions and 107 deletions

View File

@ -6,8 +6,6 @@ AI
class AIException(Exception):
"""AI Exception (generic)"""
pass
"""
LoveHate
@ -17,8 +15,6 @@ LoveHate
class LoveHateException(Exception):
"""Love Hate Exception (generic)"""
pass
"""
Misc
@ -27,5 +23,3 @@ Misc
class MiscException(Exception):
"""Misc Exception (generic)"""
pass