#!/usr/pkg/bin/python2.7
#
# Call the graphical interface for Epydoc.
#

from epydoc.gui import gui
gui()
