From 688dea0005a9bbdad234c1913df11ae8a83fa5e8 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 8 Oct 2018 16:47:00 -0400 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index fc1b8cc..705ced3 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -2,7 +2,7 @@ # # pcb.py # functional representation PCB template - +# # usage: # pcb.py | frep.py [dpi [filename]] # with: -- GitLab