#include #include #include using namespace std; int main() { chdir("/opt/PyFM/"); system("python3 ."); return 0; }