hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Fix PyutClass in order to refactor with new lollipop interface shape #126

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

Turn getters/setters into properties in order to share with new PyutInterface class

Related to https://github.com/hasii2011/PyUt/issues/110

hasii2011 commented 4 years ago

Done, I think