Skip to content

Commit df20089

Browse files
Adding Python 3 shebang
1 parent 2fe226f commit df20089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/weather-and-light.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
import time
24
import numpy
35
import colorsys

0 commit comments

Comments
 (0)