tmux_styler

Python API for styling tmux elements, such as the statusbar and panes.

 1"""
 2Python API for styling tmux elements, such as the statusbar and panes.
 3"""
 4from .Colors import *
 5from .ContextVars import *
 6from .Style import *
 7from .Styler import *
 8from .Statusbar.Statusbar import *
 9from .Statusbar.Segment import *
10from .Statusbar.WindowList import *