cutter/src/utils/PythonAPI.h

10 lines
142 B
C
Raw Normal View History

2018-02-11 17:59:23 +00:00
#ifndef PYTHONAPI_H
#define PYTHONAPI_H
#include <Python.h>
2018-02-11 17:59:23 +00:00
PyObject *PyInit_api();
PyObject *PyInit_api_internal();
2018-02-11 17:59:23 +00:00
#endif // PYTHONAPI_H