7 lines
146 B
Python
7 lines
146 B
Python
|
"""Constants used by the JuiceNet component."""
|
||
|
|
||
|
DOMAIN = "juicenet"
|
||
|
|
||
|
JUICENET_API = "juicenet_api"
|
||
|
JUICENET_COORDINATOR = "juicenet_coordinator"
|