feat: add digitalocean provider (#646)

* Added DigitalOcean provider

* Fix PR comment

* Reran the autogen script

* Adding init.py file to digitalocean provider

Co-authored-by: Chris Skaaning <cskaaning@digitalocean.com>
pull/651/head
Chris Skaaning 4 years ago committed by GitHub
parent 7b5c497945
commit 1422de97c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
"""
DigitalOcean provides a set of services for DigitalOcean provider.
"""
from diagrams import Node
class _DigitalOcean(Node):
_provider = "digitalocean"
_icon_dir = "resources/digitalocean"
fontcolor = "#ffffff"
Loading…
Cancel
Save