"""TUI entry point.""" def main() -> None: from .tui.app import run run() if __name__ == "__main__": main()