"""Constants for PlayStation 4.""" DEFAULT_NAME = "PlayStation 4" DEFAULT_REGION = "United States" DOMAIN = 'ps4' # Deprecated used for logger/backwards compatibility from 0.89 REGIONS = ['R1', 'R2', 'R3', 'R4', 'R5']