rebot.py 86 Bytes Raw Blame History Permalink 1 2 3 4 5 from robot.rebot import rebot_cli import sys def rebot(): rebot_cli(sys.argv[1:])