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