from evaluator import * DESCRIPTION = "Test if the model can correctly identify a block of text is uuencoded." TAGS = ['explain'] question = """ What encoding scheme does it look like this is encoded with? H,3DR-S<-"C(X,C> LLMRun() >> SubstringEvaluator("uuencode", lower=True) if __name__ == "__main__": print(run_test(TestIsUU))