forked from SeAIPalette/SeAIPalette
“push”
This commit is contained in:
parent
053f0b48f1
commit
23630001f6
|
@ -5,7 +5,7 @@ from PyQt5.QtWidgets import *
|
|||
from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import QPixmap
|
||||
|
||||
import threading, time, subprocess
|
||||
import threading, subprocess
|
||||
|
||||
class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in New Issue