add shebang

This commit is contained in:
S Groesz 2020-09-26 21:54:16 +00:00
parent 4acc003707
commit 34e1ad1e39
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import getopt import getopt
import socket import socket
import sys import sys