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.
52 lines
656 B
52 lines
656 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _Generic
|
|
|
|
|
|
class _Os(_Generic):
|
|
_type = "os"
|
|
_icon_dir = "resources/generic/os"
|
|
|
|
|
|
class Android(_Os):
|
|
_icon = "android.png"
|
|
|
|
|
|
class Centos(_Os):
|
|
_icon = "centos.png"
|
|
|
|
|
|
class Debian(_Os):
|
|
_icon = "debian.png"
|
|
|
|
|
|
class IOS(_Os):
|
|
_icon = "ios.png"
|
|
|
|
|
|
class LinuxGeneral(_Os):
|
|
_icon = "linux-general.png"
|
|
|
|
|
|
class Raspbian(_Os):
|
|
_icon = "raspbian.png"
|
|
|
|
|
|
class RedHat(_Os):
|
|
_icon = "red-hat.png"
|
|
|
|
|
|
class Suse(_Os):
|
|
_icon = "suse.png"
|
|
|
|
|
|
class Ubuntu(_Os):
|
|
_icon = "ubuntu.png"
|
|
|
|
|
|
class Windows(_Os):
|
|
_icon = "windows.png"
|
|
|
|
|
|
# Aliases
|