GoogleTranslate-TUI/TUI/Box.py

7 lines
182 B
Python

import npyscreen
class EditBox(npyscreen.BoxTitle):
_contained_widget = npyscreen.MultiLineEdit
class SelectBox(npyscreen.BoxTitle):
_contained_widget = npyscreen.SelectOne