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