Co-authored-by: G Johansson <62932417+gjohansson-ST@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
5 lines
124 B
Python
5 lines
124 B
Python
"""Constants for the Adax integration."""
|
|
from typing import Final
|
|
|
|
ACCOUNT_ID: Final = "account_id"
|
|
DOMAIN: Final = "adax"
|