Staging
v0.8.1
Revision 11fc030b6f9294030f0baa15f3bd4e2293e260e4 authored by Benjamin Peterson on 05 December 2015, 19:45:17 UTC, committed by Benjamin Peterson on 05 December 2015, 19:45:17 UTC
1 parent 167910a
Raw File
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top