Преглед изворни кода
feat: add Outscale __init__.py (#338)
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
pull/355/head
outscale-mgo
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
8 додато и
0 уклоњено
-
diagrams/outscale/__init__.py
|
|
@@ -0,0 +1,8 @@ |
|
|
|
from diagrams import Node |
|
|
|
|
|
|
|
|
|
|
|
class _Outscale(Node): |
|
|
|
_provider = "outscale" |
|
|
|
_icon_dir = "resources/outscale" |
|
|
|
|
|
|
|
fontcolor = "#ffffff" |