This module contains a dummy step for testing purposes. It is used to test the Koheesio framework or to provide a simple
example of how to create a new step.
Example
s=DummyStep(a="a",b=2)s.execute()
In this case, s.output will be equivalent to the following dictionary: