diff --git a/prototype/test.py b/prototype/test.py new file mode 100644 index 0000000..60d1805 --- /dev/null +++ b/prototype/test.py @@ -0,0 +1,5 @@ +from circles import PlateLayout + +p = PlateLayout(5, 150.0) +p.compute_layout() +p.generate_svg('plate_sketch.svg') \ No newline at end of file