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

"""Thin wrapper around the IPython irunner module.

Run with --help for details, or see the irunner source."""

from IPython.lib import irunner

irunner.main()
