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 49b2874390
commit bc9902baed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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