blob: aacca85151c09b531f7d1f40afdbd4ae1fc2022d [file] [log] [blame]
Andrew M. Kuchling9f5eeeb2000-12-22 21:58:29 +00001"""curses.panel
2
3Module for using panels with curses.
4"""
5
6__revision__ = "$Id$"
7
8from _curses_panel import *