mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
13 lines
252 B
Python
13 lines
252 B
Python
# epydoc -- Output generation
|
|
#
|
|
# Copyright (C) 2005 Edward Loper
|
|
# Author: Edward Loper <edloper@loper.org>
|
|
# URL: <http://epydoc.sf.net>
|
|
#
|
|
# $Id: __init__.py 956 2006-03-10 01:30:51Z edloper $
|
|
|
|
"""
|
|
Output generation.
|
|
"""
|
|
__docformat__ = 'epytext en'
|