CatOS/kernel/python.c
2024-07-22 04:46:44 +00:00

5 lines
111 B
C

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