SI_InteligentnyWozekWidlowy/data/enum/GeneticMutationType.py
xVulpeSx 53cf8c9937 wip
2022-06-07 01:07:49 +02:00

8 lines
104 B
Python

from enum import Enum
class GeneticMutationType(Enum):
MUTATION = 1
CROSS = 2
REVERSE = 3