Started adding further logic for deck build

Starting with adding lands
This commit is contained in:
mwisnowski 2024-12-19 12:02:26 -08:00
parent 43bdf180d4
commit 856e1f5113
4 changed files with 442 additions and 83 deletions

View file

@ -41,4 +41,4 @@ def get_card_info():
pprint.pprint(filtered_df_no_text)
pprint.pprint(filtered_df['text'])
get_card_info()
#get_card_info()