MerrimanInd / drawpyo

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

Add a from_template to object creation #7

Closed MerrimanInd closed 8 months ago

MerrimanInd commented 1 year ago

It would be nice to be able to define an object with the formatting desired then create new objects that mirror the formatting by passing the template in as an argument.

MerrimanInd commented 8 months ago

This is implemented and just needs to be tested.