5 lines
87 B
Python
5 lines
87 B
Python
|
"""Constants for the WiZ Platform integration."""
|
||
|
|
||
|
DOMAIN = "wiz"
|
||
|
DEFAULT_NAME = "WiZ"
|