main file for python script
This commit is contained in:
parent
6404c5598d
commit
869956c59c
5
prototype/test.py
Normal file
5
prototype/test.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from circles import PlateLayout
|
||||
|
||||
p = PlateLayout(5, 150.0)
|
||||
p.compute_layout()
|
||||
p.generate_svg('plate_sketch.svg')
|
Loading…
Reference in New Issue
Block a user