7 lines
178 B
Python
7 lines
178 B
Python
"""Constants for the APsystems Local API integration."""
|
|
|
|
from logging import Logger, getLogger
|
|
|
|
LOGGER: Logger = getLogger(__package__)
|
|
DOMAIN = "apsystems"
|
|
DEFAULT_PORT = 8050
|