mirror of
https://github.com/usestrix/strix.git
synced 2026-08-18 01:39:19 +02: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"]
|