mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
12 lines
146 B
OpenEdge ABL
12 lines
146 B
OpenEdge ABL
|
|
||
|
%{
|
||
|
#include <scripting/pcbnew_footprint_wizards.h>
|
||
|
%}
|
||
|
|
||
|
class FOOTPRINT_WIZARDS
|
||
|
{
|
||
|
public:
|
||
|
static void register_wizard(PyObject *wizard);
|
||
|
|
||
|
};
|