You could translate the Java code here into Jython fairly easily; drop type information, curly braces, and add qualified imports (from package import Class) at the top of the file:
You could translate the Java code here into Jython fairly easily; drop type information, curly braces, and add qualified imports (from package import Class) at the top of the file: