mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
319 B
24 lines
319 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _OnPrem
|
|
|
|
|
|
class _Vcs(_OnPrem):
|
|
_type = "vcs"
|
|
_icon_dir = "resources/onprem/vcs"
|
|
|
|
|
|
class Git(_Vcs):
|
|
_icon = "git.png"
|
|
|
|
|
|
class Github(_Vcs):
|
|
_icon = "github.png"
|
|
|
|
|
|
class Gitlab(_Vcs):
|
|
_icon = "gitlab.png"
|
|
|
|
|
|
# Aliases
|