forked from pvx/litsimaja
change to pascal case.
This commit is contained in:
@@ -5,7 +5,7 @@ import time
|
|||||||
def name():
|
def name():
|
||||||
return 'Christmas Lights'
|
return 'Christmas Lights'
|
||||||
|
|
||||||
class Christmas(Program):
|
class ChristmasLights(Program):
|
||||||
def run(self, args: [] = None):
|
def run(self, args: [] = None):
|
||||||
# Configuration
|
# Configuration
|
||||||
wait_ms = 100 # Speed of the animation
|
wait_ms = 100 # Speed of the animation
|
||||||
Reference in New Issue
Block a user