add shebang
This commit is contained in:
parent
b7659b8522
commit
97a0f13d17
1 changed files with 1 additions and 0 deletions
1
robot.py
Normal file → Executable file
1
robot.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue