5 lines
112 B
Python
5 lines
112 B
Python
from circles import PlateLayout
|
|
|
|
p = PlateLayout(5, 150.0)
|
|
p.compute_layout()
|
|
p.generate_svg('plate_sketch.svg') |