#!/usr/bin/env python
import command_line_tools

if __name__ == "__main__":
    command_line_tools.auth_get_user_token()
