#!/usr/bin/python

from twyt import twyt

if __name__ == '__main__':
	twyt.main()
