mirror of https://github.com/mingrammer/diagrams
parent
a71e447dc0
commit
107ad8242f
@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
GIS provides a set of services for Geographic Information Systems provider.
|
||||||
|
"""
|
||||||
|
|
||||||
|
from diagrams import Node
|
||||||
|
|
||||||
|
|
||||||
|
class _GIS(Node):
|
||||||
|
_provider = "gis"
|
||||||
|
_icon_dir = "resources/gis"
|
||||||
|
|
||||||
|
fontcolor = "#2d3436"
|
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in new issue