File size: 186 Bytes
8a7fcb3
 
 
 
 
 
1
2
3
4
5
6
7
from flow_modules.aiflows.FixedReplyFlowModule import FixedReplyFlow


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