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