# Vessel
class Vessel(description: Union[str, NoneType] = None, name: Union[str, NoneType] = None)
A generic vessel.
# Arguments
description: The contents of the vessel.name: The name of the vessel, if different from the description.
# Attributes
description: The contents of the vessel.name: The name of the vessel, if different from the description.