"""Track type constants.""" TRACK = 'TRACK' SAMPLE = 'SAMPLE' UNKNOWN = 'UNKNOWN' ACCEPTABLE_TRACK_TYPES = [ TRACK, SAMPLE ]