#!/usr/bin/env python3 """Launch the Audit Tools interactive terminal UI.""" from tui.app import main if __name__ == "__main__": main()