jamesscottbrown / pyyed

A simple Python library to export networks to yEd
BSD 3-Clause "New" or "Revised" License
81 stars 37 forks source link

various modifications #44

Closed Martinus-Maximus closed 2 years ago

Martinus-Maximus commented 3 years ago
bockor commented 3 years ago

Howdy -- Why I you inserting the from future import print_function line into your demo script ? I don' understand, is this really required ?

Martinus-Maximus commented 3 years ago

Hi Bockor,

I just took the UML Example (https://github.com/jamesscottbrown/pyyed/blob/master/examples/demo-uml.py) and modified it a little bit :)

In my view it is not necessary.

jamesscottbrown commented 2 years ago

Thank you for this contribution - this looks like a useful feature addition.