# main imports from enum import Enum # enumeration which stores kind of operator class Operator(Enum): MUTATOR = 1 CROSSOVER = 2