Started deck builder function, added base structure and prompt for selecting commander

This commit is contained in:
mwisnowski 2024-12-05 16:54:56 -08:00
parent ff2b1e9932
commit aee44190a9
4 changed files with 166 additions and 3 deletions

View file

@ -5,7 +5,6 @@ import pandas as pd # type: ignore
from fuzzywuzzy import fuzz, process # type: ignore
from IPython.display import display
from tabulate import tabulate
pd.set_option('display.max_colwidth', None)
pd.set_option('display.expand_frame_repr', True)