Coverage for openhcs/textual_tui/__init__.py: 0.0%
1 statements
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-14 05:57 +0000
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-14 05:57 +0000
1"""
2OpenHCS Textual TUI
4A modern terminal user interface built with Textual framework.
5This is a rewrite of the prompt-toolkit based TUI to solve
6scrolling and focus management issues.
7"""
9__version__ = "0.1.0"