We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65508f4 commit 8cbc330Copy full SHA for 8cbc330
data/bpython-urwid
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env python
2
+
3
+import sys
4
+from bpython.urwid import main
5
6
+sys.exit(main())
0 commit comments