#ifndef __PYTHON_SCRIPTING_H #define __PYTHON_SCRIPTING_H #include /* Function pcbnewInitPythonScripting * Initializes the Python engine inside pcbnew */ bool pcbnewInitPythonScripting(PyThreadState** aMainTState); #endif