CatOS/include/python.h
2024-07-22 04:46:44 +00:00

6 lines
86 B
C

#ifndef PYTHON_H
#define PYTHON_H
void run_python_script(const char* script);
#endif