from enum import Enum from lpython import i32 class Constants(Enum): NUM_ELEMS: i32 = 4 NUM_CHECK: i32 = 51