File size: 161 Bytes
8998720
6fffc74
 
8998720
6fffc74
 
1
2
3
4
5
6
7
from flows.base_flows import FixedReplyFlow


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