change to pascal case.

pull/9/head
topsinoty 2 weeks ago
parent d811b853a1
commit a71201d90a
  1. 2
      pyleds/program/promise/ChristmasLights.py

@ -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
Loading…
Cancel
Save