initial commit
This commit is contained in:
6
custom_components/hacs/utils/logger.py
Normal file
6
custom_components/hacs/utils/logger.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Custom logger for HACS."""
|
||||
import logging
|
||||
|
||||
from ..const import PACKAGE_NAME
|
||||
|
||||
LOGGER: logging.Logger = logging.getLogger(PACKAGE_NAME)
|
||||
Reference in New Issue
Block a user