Merge pull request #104 from drcursor/patch-1

Added shebang line
This commit is contained in:
Tib3rius 2021-09-08 21:31:52 -04:00 committed by GitHub
commit bc2c8afe18
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