mirror of https://github.com/mingrammer/diagrams
parent
d8691d489b
commit
888545a0ba
@ -1,15 +0,0 @@
|
|||||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
||||||
|
|
||||||
from . import _Saas
|
|
||||||
|
|
||||||
|
|
||||||
class _CustomerDataManagement(_Saas):
|
|
||||||
_type = "cdm"
|
|
||||||
_icon_dir = "resources/saas/cdm"
|
|
||||||
|
|
||||||
|
|
||||||
class Segment(_CustomerDataManagement):
|
|
||||||
_icon = "segment.png"
|
|
||||||
|
|
||||||
|
|
||||||
# Aliases
|
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _CustomerDataPlatform(_Saas):
|
||||||
|
_type = "cdm"
|
||||||
|
_icon_dir = "resources/saas/cdp"
|
||||||
|
|
||||||
|
|
||||||
|
class Segment(_CustomerDataPlatform):
|
||||||
|
_icon = "segment.png"
|
||||||
|
|
||||||
|
|
||||||
|
class RudderStack(_CustomerDataPlatform):
|
||||||
|
_icon = "rudderstack.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in new issue