CC_flows / FixedReply_CodeReflect.py
martinjosifoski's picture
Add an abstract CodeTesting Flow and working CF_CodeTesting Flow.
6fffc74
from flows.base_flows import FixedReplyAtomicFlow
class FixedReply_CodeReflect(FixedReplyAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)