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


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