1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-16 17:21:00 +00:00

add comment back

This commit is contained in:
Alexander Xu
2023-06-30 09:30:50 -07:00
parent eeec0501f5
commit fe81af831e

View File

@@ -25,6 +25,7 @@ from urllib.request import urlopen
from time import sleep
from shutil import move, rmtree
from subprocess import STDOUT, PIPE
# noinspection PyUnresolvedReferences
from PySide6 import QtGui, QtCore, QtWidgets, QtNetwork
from xml.sax.saxutils import escape
from psutil import Popen, Process