Add new color

This commit is contained in:
Mike Cifelli 2023-11-01 18:11:18 -04:00
parent 3053b8650a
commit 1747b270cb
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
2 changed files with 1 additions and 1 deletions

View File

@ -7,3 +7,4 @@ PINK = [255, 0, 64 ]
GREEN = [0, 255, 0 ] GREEN = [0, 255, 0 ]
BLUE = [0, 64, 128] BLUE = [0, 64, 128]
DARK_ORANGE = [255, 48, 0]

View File

@ -1,3 +1,2 @@
class HaltException(Exception): class HaltException(Exception):
pass pass