1"""curses.panel
2
3Module for using panels with curses.
4"""
5
6__revision__ = "$Id$"
7
8from _curses_panel import *
9