5 lines
100 B
Python
5 lines
100 B
Python
"""Constants for the duotecno integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "duotecno"
|