npytabletracker/npytabletracker/ui.py

7 lines
220 B
Python
Raw Normal View History

"""UI elements for the npytabletracker application."""
import npyscreen
class TableTrackerDisplay(npyscreen.FormMuttActiveTraditional):
"""Create the high level form, which is organized like mutt/irssi."""
pass