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.
30 lines
475 B
30 lines
475 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _AWS
|
|
|
|
|
|
class _Business(_AWS):
|
|
_type = "business"
|
|
_icon_dir = "resources/aws/business"
|
|
|
|
|
|
class AlexaForBusiness(_Business):
|
|
_icon = "alexa-for-business.png"
|
|
|
|
|
|
class BusinessApplications(_Business):
|
|
_icon = "business-applications.png"
|
|
|
|
|
|
class Chime(_Business):
|
|
_icon = "chime.png"
|
|
|
|
|
|
class Workmail(_Business):
|
|
_icon = "workmail.png"
|
|
|
|
|
|
# Aliases
|
|
|
|
A4B = AlexaForBusiness
|