6 lines
124 B
Python
6 lines
124 B
Python
|
"""Constants for the Rituals Perfume Genie integration."""
|
||
|
|
||
|
DOMAIN = "rituals_perfume_genie"
|
||
|
|
||
|
ACCOUNT_HASH = "account_hash"
|