forked from natural/java2python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
15 lines (15 loc) · 544 Bytes
/
__init__.py
File metadata and controls
15 lines (15 loc) · 544 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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.