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

from epydoc.gui import gui
gui()
