Explorar el Código
feat: add Outscale __init__.py (#338)
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
pull/355/head
outscale-mgo
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
8 adiciones y
0 borrados
-
diagrams/outscale/__init__.py
|
|
@@ -0,0 +1,8 @@ |
|
|
|
from diagrams import Node |
|
|
|
|
|
|
|
|
|
|
|
class _Outscale(Node): |
|
|
|
_provider = "outscale" |
|
|
|
_icon_dir = "resources/outscale" |
|
|
|
|
|
|
|
fontcolor = "#ffffff" |