8 lines
116 B
Python
8 lines
116 B
Python
|
"""Constants for the Arve integration."""
|
||
|
|
||
|
import logging
|
||
|
|
||
|
DOMAIN = "arve"
|
||
|
|
||
|
LOGGER = logging.getLogger(__package__)
|