diff options
Diffstat (limited to 'pow/pywrap/pywrap.c')
-rw-r--r-- | pow/pywrap/pywrap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pow/pywrap/pywrap.c b/pow/pywrap/pywrap.c new file mode 100644 index 00000000..10638721 --- /dev/null +++ b/pow/pywrap/pywrap.c @@ -0,0 +1,6 @@ +#include <Python.h> + +int main(int argc, char **argv) +{ + return Py_Main(argc, argv); +} |