"""ACRCloud constants.""" MATCH_FOUND_CODE = 0 NO_MATCH_FOUND_CODE = 1001 SUCCESS_CODES = {MATCH_FOUND_CODE, NO_MATCH_FOUND_CODE}