mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-25 03:50:13 +01:00
Enacted some cleanup of builder.py. moved Imports to the top and cut out duplicate code/moved it to builder_utils.py
This commit is contained in:
parent
b7ee6ea57d
commit
ff1912f979
5 changed files with 201 additions and 333 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -10,4 +10,8 @@ __pycache__/
|
|||
build/
|
||||
csv_files/
|
||||
dist/
|
||||
logs/
|
||||
logs/
|
||||
non_interactive_test.py
|
||||
test_determinism.py
|
||||
test.py
|
||||
deterministic_test.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue