MerrimanInd / drawpyo

A Python library for programmatically generating Draw.io charts.
https://pypi.org/project/drawpyo/
MIT License
235 stars 14 forks source link

Move XMLBase.xmlify out of class and to a function #16

Open MerrimanInd opened 7 months ago

MerrimanInd commented 7 months ago

This doesn't need to be inherited since it makes no use of other class-owned data or functions. Move it to its own function and fix all callers.