allwinner_a64/android/external/python/cpython2/Lib/curses/panel.py
2018-08-08 16:14:42 +08:00

8 lines
110 B
Python

"""curses.panel
Module for using panels with curses.
"""
__revision__ = "$Id$"
from _curses_panel import *