Fix python QA

This commit is contained in:
Seth Hillbrand 2021-10-15 13:50:33 -07:00
parent 227f11a71e
commit 57d0cbcefa
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
%include eda_shape.h
%include pcb_shape.h
%extend PCB_SHAPE
{
@ -9,6 +10,7 @@
%}
}
%{
#include <eda_shape.h>
#include <pcb_shape.h>
%}