mirror of https://github.com/mingrammer/diagrams
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…
Reference in new issue