#!/usr/bin/env python # -*- coding: utf-8 -*- # java2python.mod -> provides simple modification routines for the # library and projects using it. # # The java2python.mod.basic module contains various functions for # sprinkling generated source with docstrings, comments, decorators, # etc. # # The java2python.mod.inclues module contains functions that the # library will include directly -- as source code -- in the generated # output. # # The java2python.mod.transform module contains values and functions # for transforming input AST nodes.