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