#ifndef ERROR_H
#define ERROR_H
// turn an error from the python interpreter into an exception
void reportPythonError();
#endif // ERROR_H