@@ -8,6 +8,7 @@ class BrickColor(Enum):
Magenta = (255, 0, 255)
Yellow = (255, 255, 0)
Cyan = (0, 255, 255)
Black = (0, 0, 0)
class BrickState(Enum):
Current = 0
The note is not visible to the blocked user.