mirror of https://github.com/mingrammer/diagrams
parent
524b32cf68
commit
68aa3a3434
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Data(_OnPrem):
|
||||||
|
_type = "data"
|
||||||
|
_icon_dir = "resources/onprem/data"
|
||||||
|
|
||||||
|
|
||||||
|
class Embulk(_Data):
|
||||||
|
_icon = "embulk.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Fluentd(_Data):
|
||||||
|
_icon = "fluentd.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in new issue