Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
allendowney
Edit Copy
Star
GitHub Repository:
allendowney/cpython
Path:
blob/main/Lib/curses/panel.py
1
2
views
1
"""curses.panel
2
3
Module for using panels with curses.
4
"""
5
6
from
_curses_panel
import
*
7
8