mirror of https://github.com/mingrammer/diagrams
feat: adding Twilio (#331)
parent
ab358766da
commit
c1295da3e8
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _Communication(_Saas):
|
||||
_type = "communication"
|
||||
_icon_dir = "resources/saas/communication"
|
||||
|
||||
|
||||
class Twilio(_Communication):
|
||||
_icon = "twilio.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in new issue