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