#!/usr/bin/env python
import sys
from twisted.internet.task import react
from txgithub.scripts import create_token
react(create_token.run, sys.argv)
