daubin427

Results 1 comments of daubin427

I think I was looking for something like this: ``` #!/usr/bin/python3 from apted import APTED, Config, helpers import timeit test = {} test["t1"] = "{a{b}{c}}" test["t2"] = "{a{b{d}}}" """Creates testcase...