12 lines
146 B
OpenEdge ABL
Raw Normal View History

%{
#include <scripting/pcbnew_footprint_wizards.h>
%}
class FOOTPRINT_WIZARDS
{
public:
static void register_wizard(PyObject *wizard);
};