mirror of https://github.com/mingrammer/diagrams
Add n8n diagram to automation file (#1109)
parent
d84a347a31
commit
2b35b417bf
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Saas
|
||||
|
||||
|
||||
class _Automation(_Saas):
|
||||
_type = "automation"
|
||||
_icon_dir = "resources/saas/automation"
|
||||
|
||||
|
||||
class N8N(_Automation):
|
||||
_icon = "n8n.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in new issue