Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 651 Bytes

Python-Developer-Assignment-

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.

UML Diagram

See https://yuml.me/ for more information on yUML format.

Testing

python -m pytest