OperationcodeCreatorAgent:ソース:flow:FlowResponsListBase.py

from flow.FlowBase import FlowBase

class FlowResponsListBase(FlowBase):
    respons_list = []
    def __init__(self):
        super().__init__()
        self.set_category("flow")
        self.set_type("respons_list_base")