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

"""Thin wrapper around the IPython irunner module.

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

from IPython import irunner

irunner.main()
