Coverage for openhcs/textual_tui/__init__.py: 100.0%
1 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-01 18:33 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-01 18:33 +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"