File size: 173 Bytes
6fffc74
 
 
 
 
 
1
2
3
4
5
6
7
from flows.base_flows import FixedReplyAtomicFlow


class FixedReply_CodeReflect(FixedReplyAtomicFlow):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)