mirror of https://github.com/mingrammer/diagrams
parent
36e2286618
commit
3964c49689
@ -0,0 +1,8 @@
|
||||
from diagrams import Node
|
||||
|
||||
|
||||
class _Outscale(Node):
|
||||
_provider = "outscale"
|
||||
_icon_dir = "resources/outscale"
|
||||
|
||||
fontcolor = "#ffffff"
|
Loading…
Reference in new issue