DeepFaceLab/XSegEditor/QImageDB.py
2022-05-22 18:14:33 -07:00

8 lines
224 B
Python

from PySide6.QtCore import *
from PySide6.QtGui import *
from PySide6.QtWidgets import *
class QImageDB():
@staticmethod
def initialize(image_path):
QImageDB.intro = QImage ( str(image_path / 'intro.png') )