6 lines
97 B
Python
6 lines
97 B
Python
|
"""Constants for the iotty integration."""
|
||
|
|
||
|
from __future__ import annotations
|
||
|
|
||
|
DOMAIN = "iotty"
|