#ifndef PYTHON_H #define PYTHON_H void run_python_script(const char* script); #endif