mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 10:45:29 +00:00
5 lines
111 B
C
5 lines
111 B
C
|
#include "python.h"
|
||
|
|
||
|
void run_python_script(const char* script) {
|
||
|
// Pythonスクリプト実行コード
|
||
|
}
|