Testing_pikesquares/.venv/lib/python3.12/site-packages/prompt_toolkit/log.py
2025-02-02 00:02:31 -05:00

14 lines
153 B
Python

"""
Logging configuration.
"""
from __future__ import annotations
import logging
__all__ = [
"logger",
]
logger = logging.getLogger(__package__)