sree314 / stepcvt

Generate STL files for 3D printing from STEP files
2 stars 0 forks source link

finish partinfo to and from dict #14

Closed redrn closed 8 months ago

redrn commented 8 months ago

Resolves issue #9.

project.py:

test_part_info.py:

sree314 commented 8 months ago

Roy, can you install the pre-commit hook, run black, and resubmit?

pre-commit install
pre-commit run --all-files