We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc1cdd commit 51bfe6cCopy full SHA for 51bfe6c
data/bpython-win.pyw
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env python
2
+
3
+import sys
4
+from bpython.gtk_ import main
5
6
+sys.exit(main())
0 commit comments