#!/usr/local/bin/python2.6
#
# Call the graphical interface for Epydoc.
#

from epydoc.gui import gui
gui()
