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:
mwisnowski 2025-08-19 15:00:28 -07:00
parent b7ee6ea57d
commit ff1912f979
5 changed files with 201 additions and 333 deletions

6
.gitignore vendored
View file

@ -10,4 +10,8 @@ __pycache__/
build/
csv_files/
dist/
logs/
logs/
non_interactive_test.py
test_determinism.py
test.py
deterministic_test.py