#ifndef _PYCORE_H #define _PYCORE_H void python_init(void); void python_deinit(void); #endif