mirror of https://github.com/mingrammer/diagrams
parent
85f0736a78
commit
9ae23dda03
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AlibabaCloud
|
||||||
|
|
||||||
|
|
||||||
|
class _AlibabaCloud(_AlibabaCloud):
|
||||||
|
_type = "alibabacloud"
|
||||||
|
_icon_dir = "resources/alibabacloud/alibabacloud"
|
||||||
|
|
||||||
|
|
||||||
|
class AlibabaCloud(_AlibabaCloud):
|
||||||
|
_icon = "alibabacloud.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _AWS
|
||||||
|
|
||||||
|
|
||||||
|
class _AWS(_AWS):
|
||||||
|
_type = "aws"
|
||||||
|
_icon_dir = "resources/aws/aws"
|
||||||
|
|
||||||
|
|
||||||
|
class AWS(_AWS):
|
||||||
|
_icon = "aws.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Azure
|
||||||
|
|
||||||
|
|
||||||
|
class _Azure(_Azure):
|
||||||
|
_type = "azure"
|
||||||
|
_icon_dir = "resources/azure/azure"
|
||||||
|
|
||||||
|
|
||||||
|
class Azure(_Azure):
|
||||||
|
_icon = "azure.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _DigitalOcean
|
||||||
|
|
||||||
|
|
||||||
|
class _DigitalOcean(_DigitalOcean):
|
||||||
|
_type = "digitalocean"
|
||||||
|
_icon_dir = "resources/digitalocean/digitalocean"
|
||||||
|
|
||||||
|
|
||||||
|
class DigitalOcean(_DigitalOcean):
|
||||||
|
_icon = "digitalocean.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Elastic
|
||||||
|
|
||||||
|
|
||||||
|
class _Elastic(_Elastic):
|
||||||
|
_type = "elastic"
|
||||||
|
_icon_dir = "resources/elastic/elastic"
|
||||||
|
|
||||||
|
|
||||||
|
class Elastic(_Elastic):
|
||||||
|
_icon = "elastic.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Firebase
|
||||||
|
|
||||||
|
|
||||||
|
class _Firebase(_Firebase):
|
||||||
|
_type = "firebase"
|
||||||
|
_icon_dir = "resources/firebase/firebase"
|
||||||
|
|
||||||
|
|
||||||
|
class Firebase(_Firebase):
|
||||||
|
_icon = "firebase.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _GCP
|
||||||
|
|
||||||
|
|
||||||
|
class _GCP(_GCP):
|
||||||
|
_type = "gcp"
|
||||||
|
_icon_dir = "resources/gcp/gcp"
|
||||||
|
|
||||||
|
|
||||||
|
class GCP(_GCP):
|
||||||
|
_icon = "gcp.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Generic
|
||||||
|
|
||||||
|
|
||||||
|
class _Generic(_Generic):
|
||||||
|
_type = "generic"
|
||||||
|
_icon_dir = "resources/generic/generic"
|
||||||
|
|
||||||
|
|
||||||
|
class Generic(_Generic):
|
||||||
|
_icon = "generic.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _IBM
|
||||||
|
|
||||||
|
|
||||||
|
class _IBM(_IBM):
|
||||||
|
_type = "ibm"
|
||||||
|
_icon_dir = "resources/ibm/ibm"
|
||||||
|
|
||||||
|
|
||||||
|
class IBM(_IBM):
|
||||||
|
_icon = "ibm.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _K8S
|
||||||
|
|
||||||
|
|
||||||
|
class _K8S(_K8S):
|
||||||
|
_type = "k8s"
|
||||||
|
_icon_dir = "resources/k8s/k8s"
|
||||||
|
|
||||||
|
|
||||||
|
class K8S(_K8S):
|
||||||
|
_icon = "k8s.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OCI
|
||||||
|
|
||||||
|
|
||||||
|
class _OCI(_OCI):
|
||||||
|
_type = "oci"
|
||||||
|
_icon_dir = "resources/oci/oci"
|
||||||
|
|
||||||
|
|
||||||
|
class OCI(_OCI):
|
||||||
|
_icon = "oci.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _OnPrem(_OnPrem):
|
||||||
|
_type = "onprem"
|
||||||
|
_icon_dir = "resources/onprem/onprem"
|
||||||
|
|
||||||
|
|
||||||
|
class OnPrem(_OnPrem):
|
||||||
|
_icon = "onprem.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OpenStack
|
||||||
|
|
||||||
|
|
||||||
|
class _OpenStack(_OpenStack):
|
||||||
|
_type = "openstack"
|
||||||
|
_icon_dir = "resources/openstack/openstack"
|
||||||
|
|
||||||
|
|
||||||
|
class OpenStack(_OpenStack):
|
||||||
|
_icon = "openstack.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Outscale
|
||||||
|
|
||||||
|
|
||||||
|
class _Outscale(_Outscale):
|
||||||
|
_type = "outscale"
|
||||||
|
_icon_dir = "resources/outscale/outscale"
|
||||||
|
|
||||||
|
|
||||||
|
class Outscale(_Outscale):
|
||||||
|
_icon = "outscale.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Programming
|
||||||
|
|
||||||
|
|
||||||
|
class _Programming(_Programming):
|
||||||
|
_type = "programming"
|
||||||
|
_icon_dir = "resources/programming/programming"
|
||||||
|
|
||||||
|
|
||||||
|
class Programming(_Programming):
|
||||||
|
_icon = "programming.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Saas(_Saas):
|
||||||
|
_type = "saas"
|
||||||
|
_icon_dir = "resources/saas/saas"
|
||||||
|
|
||||||
|
|
||||||
|
class Saas(_Saas):
|
||||||
|
_icon = "saas.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
Loading…
Reference in new issue