stories
stories copied to clipboard
Implement when conditional.
from stories import I, Story, when
class Action(Story):
I.one
when("foo") > I.two
I.three