add signal/

This commit is contained in:
Abhiraj Roy (iconized)
2024-04-26 16:33:16 +05:30
committed by GitHub
parent 3bc2d30f91
commit bb7fe420c5

View File

@@ -7,6 +7,8 @@ from queue import Queue
import sys import sys
import time import time
from time import sleep from time import sleep
import signal
# UI modules # UI modules
from ui.GUI import GUI from ui.GUI import GUI
from ui.SplashScreen import SplashScreen from ui.SplashScreen import SplashScreen