Updated apps
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
"""Custom logger for HACS."""
|
||||
|
||||
import logging
|
||||
|
||||
from ..const import PACKAGE_NAME
|
||||
|
||||
_LOGGER: logging.Logger = logging.getLogger(PACKAGE_NAME)
|
||||
INDENT = " "
|
||||
Reference in New Issue
Block a user