#!/usr/bin/env python3 """ Entry point for the YouTube TUI application """ from youtube_tui.app import main if __name__ == "__main__": main()