#!/usr/bin/env python

from broadcaster import terminal_ui
import sys
terminal_ui.main(sys.argv[1:])
