Corporate constructor

Corporate(name)

Initialize a new instance of the Corporate class.

def __init__(self, name: str):
    ...
ParameterTypeDescription
namestrThe name of an organization.

See Also