CatOS/kernel/python.c

5 lines
111 B
C
Raw Permalink Normal View History

2024-07-22 04:46:44 +00:00
#include "python.h"
void run_python_script(const char* script) {
// Pythonスクリプト実行コード
}