paper-dynasty-card-creation/scripts/legacy/pit_chance_to_output.py
Cal Corum 0a17745389 Run black and ruff across entire codebase
Standardize formatting with black and apply ruff auto-fixes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 14:24:33 -05:00

7 lines
191 B
Python

from db_calls_card_creation import *
def process_pitcher_csv(filename: str, cardset: str, testing: bool = False):
cardset = ScoutCardset.get_or_none(ScoutCardset.set_title == cardset)