This simple Python script creates a PlantUML input file to visualise the dependencies of Java classes,
based on the import statements in the Java source files.
The elements used (package and class) are not configurable yet.
java-import-visualizer -h prints explanatory text for all options.