We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908900a commit 470fea8Copy full SHA for 470fea8
led_animation/color.py
@@ -1,3 +1,4 @@
1
+"""Color variables made available for import"""
2
RED = (255, 0, 0)
3
YELLOW = (255, 150, 0)
4
ORANGE = (255, 40, 0)
0 commit comments