# __init__.py
import logging

logger = logging.getLogger(f'{__name__}')
