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