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:
matt 2025-01-17 17:04:02 -08:00
parent 3fc3c584a4
commit 1c7436f33d
9 changed files with 83 additions and 60 deletions

View file

@ -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