from enum import Enum class JOB(Enum): FISHERMAN = 1 FIREFIGHTER = 2 POLICEMAN = 3