We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676634b commit 9f5eeebCopy full SHA for 9f5eeeb
Lib/curses/panel.py
@@ -0,0 +1,9 @@
1
+"""curses.panel
2
+
3
+Module for using panels with curses.
4
+"""
5
6
+__revision__ = "$Id$"
7
8
+from _curses_panel import *
9
0 commit comments