mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 09:26:39 +02:00
7 lines
126 B
Python
7 lines
126 B
Python
"""Textual TUI interface."""
|
|
|
|
from strix.interface.tui.app import StrixTUIApp, run_tui
|
|
|
|
|
|
__all__ = ["StrixTUIApp", "run_tui"]
|