mirror of https://github.com/mingrammer/diagrams
feat: add Outscale __init__.py (#338)
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>pull/355/head
parent
2593f2a32a
commit
f944a773d4
@ -0,0 +1,8 @@
|
||||
from diagrams import Node
|
||||
|
||||
|
||||
class _Outscale(Node):
|
||||
_provider = "outscale"
|
||||
_icon_dir = "resources/outscale"
|
||||
|
||||
fontcolor = "#ffffff"
|
Loading…
Reference in new issue