mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
8 lines
110 B
Python
8 lines
110 B
Python
"""curses.panel
|
|
|
|
Module for using panels with curses.
|
|
"""
|
|
|
|
__revision__ = "$Id$"
|
|
|
|
from _curses_panel import *
|