from flows.base_flows import FixedReplyFlow class FixedReply_PlanReflect(FixedReplyFlow): def __init__(self, **kwargs): super().__init__(**kwargs)