main file for python script

master
Simon Pirkelmann 2019-09-12 08:36:34 +02:00
parent 6404c5598d
commit 869956c59c
1 changed files with 5 additions and 0 deletions

5
prototype/test.py Normal file
View File

@ -0,0 +1,5 @@
from circles import PlateLayout
p = PlateLayout(5, 150.0)
p.compute_layout()
p.generate_svg('plate_sketch.svg')