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