Skip to content

Commit 39f4cf0

Browse files
committed
Add missing import statement
1 parent e76243a commit 39f4cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pixels.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from modulino import ModulinoPixels, ModulinoColor
1212
from time import sleep
13+
from sys import exit
1314

1415
pixels = ModulinoPixels()
1516

0 commit comments

Comments
 (0)