#!/usr/bin/python

"""Thin wrapper around the IPython irunner module.

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

from IPython import irunner

irunner.main()
