- Adds the `load_data: list` argument to the `MockSource` class. Instances will now load all objects from the `load_data` argument into the `MockSource.output` connector.
- Adds the `accumulated_data: list` attribute to the `MockTarget` class. `MockTarget` instances will populate the new attribute with any data passed to `MockTarget.input` connector.
- `MockNode` now acts as a direct connection between the `MockNode.input` and `MockNode.output` connectors.
- Changes default number of processes for mock objects to 0 so they default to running sequentially.