base version
[pystan] / src / pystan / pystan.py
diff --git a/src/pystan/pystan.py b/src/pystan/pystan.py
new file mode 100755 (executable)
index 0000000..dda6f19
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/env python2.5
+
+import sys
+import pygtk
+pygtk.require('2.0')
+
+from lib.gui import StanGUI
+
+app = StanGUI()
+app.run()