fix: imports

This commit is contained in:
0xMRTT 2023-05-26 09:06:44 +02:00
parent de71bbdc32
commit dbfe5b4eb9
No known key found for this signature in database
GPG key ID: 910B287304120902

View file

@ -1,4 +1,5 @@
import threading
import sys
class KillableThread(threading.Thread):
def __init__(self, *args, **keywords):