plugins.i 153 Bytes
Newer Older
1 2 3 4 5

%{
#include <scripting/pcbnew_footprint_wizards.h>
%}

6
class PYTHON_FOOTPRINT_WIZARDS 
7 8 9 10 11
{
public:
    static void register_wizard(PyObject *wizard);

};