#!/usr/bin/python3

import sys

from robot.rebot import rebot_cli


if __name__ == "__main__":
    sys.exit(rebot_cli())
