Open Pbatch opened 1 month ago
Currently decks are defined inside main.py. The user cannot change deck without editing this file.
main.py
Add some functionality to the GUI to allow a user to change deck. An intermediate step might be defining the deck inside config.yaml first.
config.yaml
Problem
Currently decks are defined inside
main.py
. The user cannot change deck without editing this file.Potential solution
Add some functionality to the GUI to allow a user to change deck. An intermediate step might be defining the deck inside
config.yaml
first.