CatOS/apps/python_interpreter.c
2024-07-22 04:46:44 +00:00

5 lines
115 B
C

#include "python.h"
void execute_python_script(const char* script) {
// Pythonスクリプト実行コード
}