Skip to content

Commit 470fea8

Browse files
author
Melissa LeBlanc-Williams
committed
Added docstring
1 parent 908900a commit 470fea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

led_animation/color.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Color variables made available for import"""
12
RED = (255, 0, 0)
23
YELLOW = (255, 150, 0)
34
ORANGE = (255, 40, 0)

0 commit comments

Comments
 (0)