File: epydocgui

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-20
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,556 kB
  • sloc: python: 14,373; sh: 97; makefile: 59
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/env python
#
# Call the graphical interface for Epydoc.
#

from epydoc.gui import gui
gui()