CCFlows / CF_CodeReflect.py
martinjosifoski's picture
Remove dep. on application_flows & misc updates.
91b62cb
raw
history blame
149 Bytes
from flows.base_flows import CircularFlow
class CF_CodeReflect(CircularFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)