# Component
class Component(name: Union[str, NoneType] = None)
One of the individual, irreducible parts of a flow chemistry setup.
All components in an Apparatus
must be of type Component
.
However, it is unlikely that a user will directly instantiate a Component
.
# Arguments
name
: The name of the component.
# Attributes
name
: The name of the component.