Files
strix/strix/interface/tui/__init__.py
T

7 lines
174 B
Python

"""Terminal user interface: Go/Bubble Tea frontend plus its Python runtime and backend."""
from strix.interface.tui.live_view import TuiLiveView
__all__ = ["TuiLiveView"]