#!/usr/local/bin/python2.7

import sys
from robot import rebot_cli

rebot_cli(sys.argv[1:])
