mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
6 lines
174 B
Python
6 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"]
|