#! /usr/bin/env python

from twyt import twyt

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