osm-labo/venv/lib/python3.12/site-packages/prompt_toolkit/log.py
2025-08-31 12:29:41 +02:00

13 lines
153 B
Python

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