Add missing confluent base class

pull/330/head
Nathan Zender 5 years ago
parent 76acb5f99d
commit 85ad9d7c46
No known key found for this signature in database
GPG Key ID: A012ACCAADC65EF2

@ -0,0 +1,12 @@
"""
Confluent provides a set of services for the Kafka ecosystem.
"""
from diagrams import Node
class _Confluent(Node):
_provider = "confluent"
_icon_dir = "resources/confluent"
fontcolor = "#ffffff"
Loading…
Cancel
Save