#ifndef PYTHONINTERPRETER #define PYTHONINTERPRETER #include #include uint32_t mainThread(int argc, char **argv, bool so); #endif