Fusion360-Addons/python/Lib/asyncio/log.py
2021-10-31 19:12:13 +01:00

8 lines
131 B
Python

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