It is a simple python project to generate an UML diagram
In this we have generated UML Class Diagram from a single module.
python classdiagram.py animal > classdiagram.yuml
you can use VS Code and install yUML extension to be able to preview the class diagram.
See https://yuml.me/ for more information on yUML format.
python -m pytest