Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Lib/curses/panel.py
12 views
1
"""curses.panel
2
3
Module for using panels with curses.
4
"""
5
6
from _curses_panel import *
7
8