#include <Python.h>

extern "C" {
    PyObject* PyInit_RenderGRFF(void) {
        return NULL;
    }
}