python interface to rfxswflib - initial draft.
[swftools.git] / lib / python / mypython.c
diff --git a/lib/python/mypython.c b/lib/python/mypython.c
new file mode 100644 (file)
index 0000000..eacd669
--- /dev/null
@@ -0,0 +1,5 @@
+#include <Python.h>
+int main(int argn, char*argv[])
+{
+    return Py_Main(argn, argv);
+}