add the shebang

This commit is contained in:
randomuser 2021-07-29 20:43:26 -05:00
parent 8545b74a1f
commit a0815b341a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from socketserver import TCPServer
from socketserver import BaseRequestHandler
import subprocess