4 lines
91 B
Python
4 lines
91 B
Python
"""Constants for APCUPSd component."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "apcupsd"
|