package com.example.fuzzControll.constents;

public class MutationConstent {
    public static final String TEST_GRANULARITY_BIT_BYTE = "test_granularity_bit_byte.py ";
    public static final String TEST_MUTATED_LIBS = "test_mutated_libs.py ";
    public static final String TEST_MUTATION_STRATEGY = "test_mutation_strategy.py ";
}