File size: 160 Bytes
a44c20f
8a7fcb3
 
 
 
 
1
2
3
4
5
6
7
from aiflows.base_flows import SequentialFlow


class CF_PlanReflect_Code(SequentialFlow):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)