6 lines
144 B
Python
6 lines
144 B
Python
|
"""Constants for PlayStation 4."""
|
||
|
DEFAULT_NAME = "PlayStation 4"
|
||
|
DEFAULT_REGION = "R1"
|
||
|
DOMAIN = 'ps4'
|
||
|
REGIONS = ('R1', 'R2', 'R3', 'R4', 'R5')
|