8998720 f748a3e 8998720 f748a3e
1
2
3
4
5
6
7
from flows.base_flows import FixedReplyFlow class FixedReply_PlanReflect(FixedReplyFlow): def __init__(self, **kwargs): super().__init__(**kwargs)