cutter/src/utils/PythonAPI.h

8 lines
108 B
C
Raw Normal View History

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