rep1/python37/Lib/curses/panel.py

7 lines
87 B
Python
Raw Normal View History

2024-11-21 09:00:42 +08:00
"""curses.panel
Module for using panels with curses.
"""
from _curses_panel import *