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