#!/usr/bin/env python
# -*- coding: utf-8 -*-

from rlpython.command_line import handle_command_line

handle_command_line()
