pinetr2e / napkin

Python as DSL for writing PlantUML sequence diagrams
MIT License
195 stars 10 forks source link

Fix #6: Add group support #7

Closed pinetr2e closed 3 years ago

pinetr2e commented 3 years ago

Add a 'group' support, which is not from UML spec but will be useful. It will be straight forward as PlantUML already supports it.

Fixes #6