#include "pcb_scripting_tool.h"
#include <Python.h>
#include <wx/string.h>
#include <wx/filename.h>
#include <wx/msgdlg.h>
#include <pybind11/eval.h>
#include <action_plugin.h>
#include <kiface_ids.h>
#include <kiway.h>
#include <macros.h>
#include <pgm_base.h>
#include <python_scripting.h>
#include <string_utils.h>
#include <tools/pcb_actions.h>
#include <launch_ext.h>
Go to the source code of this file.
◆ initfunc
◆ module_legacy_init()
| static PyObject * module_legacy_init |
( |
PyModuleDef * | def | ) |
|
|
static |