CatOS/include/python.h

6 lines
86 B
C
Raw Normal View History

2024-07-22 04:46:44 +00:00
#ifndef PYTHON_H
#define PYTHON_H
void run_python_script(const char* script);
#endif