Ejemplo n.º 1
0
    def valid_cfg(self, cfg):
        if MiniUtils.cyclic(cfg):
            return False

        return True