#!/usr/bin/python
#
# Call the command line interface for Epydoc.
#

from epydoc.cli import cli
cli()

