7 lines
81 B
Python
7 lines
81 B
Python
|
"""Constants."""
|
||
|
|
||
|
DOMAIN = "sky_remote"
|
||
|
|
||
|
DEFAULT_PORT = 49160
|
||
|
LEGACY_PORT = 5900
|