blob: 2c86d4cf36afbae23fa6701318fc99c72ab39ffa [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 *
9