feat: Add 10 new colors to Color enum in color_cube_rotation.py

This commit is contained in:
Andreas Koepf (aider) 2025-01-24 17:49:41 +01:00
parent 2f0d172d52
commit 08dfdd4b9b

View file

@ -13,6 +13,16 @@ class Color(StrEnum):
YELLOW = "yellow"
WHITE = "white"
ORANGE = "orange"
PURPLE = "purple"
PINK = "pink"
BROWN = "brown"
GRAY = "gray"
CYAN = "cyan"
MAGENTA = "magenta"
GOLD = "gold"
SILVER = "silver"
INDIGO = "indigo"
VIOLET = "violet"
class Side(StrEnum):