ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/python3.10/asyncio/log.py

8 lines
124 B
Python

"""Logging configuration."""
import logging
# Name the logger after the package.
logger = logging.getLogger(__package__)