mirror of
https://github.com/kkk2z/CatOS.git
synced 2025-01-03 08:35:32 +00:00
5 lines
115 B
C
5 lines
115 B
C
|
#include "python.h"
|
||
|
|
||
|
void execute_python_script(const char* script) {
|
||
|
// Pythonスクリプト実行コード
|
||
|
}
|