Add python3 shebang

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
This commit is contained in:
Damian Wrobel
2024-01-05 17:27:19 +01:00
parent 3f504e86c6
commit 573707ce43

2
flatcam.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
import sys
import os
import traceback