logic module

logic.exempt(a, b)

exempts b from a

logic.intersect(a, b)

returns common items between two sets

logic.union(a, b)

returns the sum of both lists without duplicates