7 lines
104 B
Python
7 lines
104 B
Python
|
"""Define constants for the Soma component."""
|
||
|
|
||
|
DOMAIN = "soma"
|
||
|
HOST = "host"
|
||
|
PORT = "port"
|
||
|
API = "api"
|