Introducing new PEP8 compatible direct api

This commit is contained in:
Roger Maitland 2022-10-14 10:37:05 -04:00
parent c253b3bba1
commit 9599e8e1ef
32 changed files with 9197 additions and 7291 deletions

View file

@ -47,4 +47,4 @@ with BuildPart() as example:
exporters.export(example.part, "selector_after.svg", opt=svg_opts)
if "show_object" in locals():
show_object(example.part, name="part")
show_object(example.part.wrapped, name="part")