mirror of
https://github.com/usestrix/strix.git
synced 2026-09-14 14:19:09 +08:00
8 lines
227 B
Python
8 lines
227 B
Python
"""Backend bridge for external TUI clients."""
|
|
|
|
from strix.interface.tui.backend.controller import TuiController
|
|
from strix.interface.tui.backend.server import TuiBackendServer
|
|
|
|
|
|
__all__ = ["TuiBackendServer", "TuiController"]
|