Fix bugs, clean code, bring everything up-to-date and standardize a bit more.
f748a3e
from flows.base_flows import FixedReplyAtomicFlow | |
class FixedReply_PlanReflect(FixedReplyAtomicFlow): | |
def __init__(self, **kwargs): | |
super().__init__(**kwargs) | |