6 lines
124 B
Python
6 lines
124 B
Python
|
"""Constants for the Adax integration."""
|
||
|
from typing import Final
|
||
|
|
||
|
ACCOUNT_ID: Final = "account_id"
|
||
|
DOMAIN: Final = "adax"
|