#ifndef EL__SCRIPTING_PYTHON_OPEN_H #define EL__SCRIPTING_PYTHON_OPEN_H #include int python_init_open_interface(PyObject *dict, PyObject *name); #endif