generate class diagram from a given python module
- generate PlnatUML content from the class files of a given python module folder representing a business domain
- composition relationships between your domain classes
- limitations: no recursion in sub-folder, inheritance relationships are not handled yet