Finished core deck builder. Still need to do cleanup, implement cards that are not singleton, and pricing

This commit is contained in:
mwisnowski 2025-08-19 14:15:23 -07:00
parent 8478bc2534
commit b7ee6ea57d
5 changed files with 1074 additions and 26 deletions

View file

@ -106,7 +106,7 @@ def run_menu() -> NoReturn:
case 'Tag CSV Files':
tagger.run_tagging()
case 'Build a Deck':
builder.determine_commander()
builder.build_deck_full()
case 'Quit':
logger.info("Exiting application")
sys.exit(0)