Initial commit

This commit is contained in:
2023-05-01 10:47:47 +02:00
parent 8d1c4e6b93
commit abf9610dd0
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -8,5 +8,10 @@ src/*.*-*
src/*.*+*
src/__pycache/
src/__pycache__/*
help/*.*~
help/*.*-*
help/*.*+*
help/__pycache/
help/__pycache__/*
+1
View File
@@ -6,6 +6,7 @@ import random
import sys
import time
from qtpy import QtCore, QtGui
from qtpy.QtGui import QColor, QFont, QIcon
from qtpy.QtCore import __version__ as QT_VERSION_STR