From 869956c59cd7b9b532b1493b0c0ed06829630a09 Mon Sep 17 00:00:00 2001 From: spirkelmann Date: Thu, 12 Sep 2019 08:36:34 +0200 Subject: [PATCH] main file for python script --- prototype/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 prototype/test.py 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