I currently have a grandparent/parent/child class structure like this:
class A: class MatchStrategy(Enum): EXACT = auto() CONTAINS = auto(