from aiflows.base_flows import CircularFlow class CF_PlanCollab(CircularFlow): def __init__(self, **kwargs): super().__init__(**kwargs)