mirror of https://github.com/mingrammer/diagrams
add zendesk, intercom and update typo for crowstrike in README (#1072)
* add zendesk and update typo for crowstrike in README * add INTERCOMpull/1065/head
parent
fe3b9ccf61
commit
fc425adfb5
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Crm(_Saas):
|
||||||
|
_type = "crm"
|
||||||
|
_icon_dir = "resources/saas/crm"
|
||||||
|
|
||||||
|
|
||||||
|
class Intercom(_Crm):
|
||||||
|
_icon = "intercom.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Zendesk(_Crm):
|
||||||
|
_icon = "zendesk.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in new issue