Added shebang line

Added shebang line so that script can be executed directly
This commit is contained in:
Eduardo Balsa 2021-09-08 15:03:10 +02:00 committed by GitHub
parent 12877aee35
commit bdfc228181
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
import argparse, asyncio, importlib, inspect, ipaddress, math, os, re, sys, signal, select, socket, termios, time, traceback, tty import argparse, asyncio, importlib, inspect, ipaddress, math, os, re, sys, signal, select, socket, termios, time, traceback, tty
from datetime import datetime from datetime import datetime