python import kmatch template = kmatch.Template() matcher = kmatch.Matcher(template) result = matcher.match(text) print(result)