CC_flows / CF_PlanReflect_Code.py
martinjosifoski's picture
Add all CF flow modulo the ones that require debugging.
9741e89
raw history blame
No virus
158 Bytes
from flows.base_flows import SequentialFlow
class CF_PlanReflect_Code(SequentialFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)