1
2
3
4
5
6
7
8
Lib/curses/panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *