Files
GNX-WEB/frontEnd/venv/lib/python3.12/site-packages/prompt_toolkit/log.py
Iliyan Angelov 366f28677a update
2025-11-24 03:52:08 +02:00

14 lines
153 B
Python

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