comment here
This commit is contained in:
7
.CondaPkg/env/lib/python3.11/asyncio/log.py
vendored
Normal file
7
.CondaPkg/env/lib/python3.11/asyncio/log.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Logging configuration."""
|
||||
|
||||
import logging
|
||||
|
||||
|
||||
# Name the logger after the package.
|
||||
logger = logging.getLogger(__package__)
|
||||
Reference in New Issue
Block a user