8 lines
161 B
Python
8 lines
161 B
Python
"""Constants for the Minecraft Server integration."""
|
|
|
|
DEFAULT_NAME = "Minecraft Server"
|
|
|
|
DOMAIN = "minecraft_server"
|
|
|
|
KEY_LATENCY = "latency"
|
|
KEY_MOTD = "motd"
|