5 lines
106 B
Python
5 lines
106 B
Python
|
"""Constants for the Almond integration."""
|
||
|
DOMAIN = "almond"
|
||
|
TYPE_OAUTH2 = "oauth2"
|
||
|
TYPE_LOCAL = "local"
|