blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [file] [log] [blame]
#include <Python.h>
int main(void)
{
Py_Initialize();
return 0;
}