Files
UnrealEngine/Engine/Binaries/ThirdParty/Python3/WinArm64/Lib/asyncio/log.py
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
124 B
Python

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