CCFlows / FixedReply_PlanReflect.py
martinjosifoski's picture
Implement remaining CF Flows.
8a7fcb3
raw
history blame
186 Bytes
from flow_modules.aiflows.FixedReplyFlowModule import FixedReplyFlow
class FixedReply_PlanReflect(FixedReplyFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)