Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/asyncio/log.py
vendored
Normal file
7
Dependencies/Python/Lib/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