from enum import Enum TRIGGER_TYPE_AUTO = "AUTO" REPORT_STATUS_ERROR = "ERROR" class SplitType(int, Enum): """Enum representing the type of split.""" TRACK = 2 SUBACCOUNT = 3