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