File size: 164 Bytes
a5d99ab
2634718
 
 
 
 
 
1
2
3
4
5
6
7
class MockedFlow:
    def __init__(self, **kwargs):
        self.flow_type="mocked"

    @classmethod
    def instantiate(cls, config):
        return cls(**config)