mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 18:13:34 +02:00
7 lines
174 B
Python
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"]
|