add init file for camunda

pull/983/head
Stefan Schultz 2 years ago
parent 88e36f7321
commit 31e292e803

@ -0,0 +1,12 @@
"""
Camunda provides a set of general camunda services.
"""
from diagrams import Node
class _Camunda(Node):
_provider = 'camunda'
_icon_dir = 'resources/camunda'
fontcolor = '#ffffff'
Loading…
Cancel
Save