#ifndef __PYTHON_SCRIPTING_H
#define __PYTHON_SCRIPTING_H
#include <Python.h>
void pcbnewInitPythonScripting(void);
#endif