A tabbed viewer for Chris Edwards' ASL Vehicle/Gun data cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
asl-cards/constants.py

10 lines
269 B

APP_VENDOR = "Pacman Ghost"
APP_HOME_URL = "https://github.com/pacman-ghost/aslcards"
APP_NAME = "ASL Cards"
APP_VERSION = "v0.1"
APP_DESCRIPTION = "ASL Cards viewer."
# settings file
MAINWINDOW_GEOMETRY = "MainWindow/geometry"
#
CONFIRM_EXIT = "Settings/ConfirmExit"