initial push
This commit is contained in:
15
constructors.py
Normal file
15
constructors.py
Normal file
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python3.12
|
||||
|
||||
"""
|
||||
AI
|
||||
"""
|
||||
class AIException(Exception):
|
||||
"""AI Exception (generic)"""
|
||||
pass
|
||||
|
||||
"""
|
||||
LoveHate
|
||||
"""
|
||||
class LoveHateException(Exception):
|
||||
"""Love Hate Exception (generic)"""
|
||||
pass
|
Reference in New Issue
Block a user