mirror of https://github.com/mingrammer/diagrams
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/297/head
parent
082ea162f5
commit
5d994be210
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Chaos(_OnPrem):
|
||||||
|
_type = "chaos"
|
||||||
|
_icon_dir = "resources/onprem/chaos"
|
||||||
|
|
||||||
|
|
||||||
|
class ChaosMesh(_Chaos):
|
||||||
|
_icon = "chaos-mesh.png"
|
||||||
|
|
||||||
|
|
||||||
|
class LitmusChaos(_Chaos):
|
||||||
|
_icon = "litmus-chaos.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in new issue