Update __main__.py PySide6

This commit is contained in:
jdegenstein
2023-10-10 13:53:57 -05:00
committed by GitHub
parent f52fc4dd42
commit cfd34a8339

View File

@@ -1,7 +1,7 @@
import sys import sys
import argparse import argparse
from PyQt5.QtWidgets import QApplication from PySide6.QtWidgets import QApplication
NAME = 'CQ-editor' NAME = 'CQ-editor'