#!/usr/local/bin/python3.6

import sys
from robot import rebot_cli

rebot_cli(sys.argv[1:])
