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

import sys
from robot import rebot_cli

rebot_cli(sys.argv[1:])
