4 lines
116 B
Python
4 lines
116 B
Python
|
"""Constants for the Rainforest RAVEn integration."""
|
||
|
DEFAULT_NAME = "Rainforest RAVEn"
|
||
|
DOMAIN = "rainforest_raven"
|