mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
Finished v2 of deck_builder, should be largely functional, but could use refinements. WIll continue to work on it, but largely satisfied with how it works.
This commit is contained in:
parent
3fc3c584a4
commit
1c7436f33d
9 changed files with 83 additions and 60 deletions
|
@ -7,10 +7,10 @@ import re
|
|||
from typing import Union
|
||||
|
||||
# Third-party imports
|
||||
import pandas as pd # type: ignore
|
||||
import pandas as pd
|
||||
|
||||
import settings # type: ignore
|
||||
import tag_utils # type: ignore
|
||||
import settings
|
||||
import tag_utils
|
||||
|
||||
# Local application imports
|
||||
from settings import CSV_DIRECTORY, multiple_copy_cards, num_to_search, triggers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue