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