Skip to content

Commit 72267be

Browse files
committed
examples: add shebang
Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
1 parent a102a25 commit 72267be

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

examples/noise-amps-at-freqs.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 st7735
24
from PIL import Image, ImageDraw
35

examples/noise-profile.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 st7735
24
from PIL import Image, ImageDraw
35

examples/sensorcommunity_combined.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 colorsys
24
import logging
35
import time

0 commit comments

Comments
 (0)