I have this code
import sys import os from PyQt5.QtWidgets import * from PyQt5.QtGui import * DIR_PATH = os.path.dirname(os.path.realpath(__file__)) class Thi