mirror of
https://github.com/kkk2z/CatOS.git
synced 2024-12-22 02:35:29 +00:00
6 lines
86 B
C
6 lines
86 B
C
#ifndef PYTHON_H
|
|
#define PYTHON_H
|
|
|
|
void run_python_script(const char* script);
|
|
|
|
#endif |