Files
metabuilder/typthon/Lib/asyncio/log.py
T
git 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

8 lines
124 B
Python

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