AIM-PIbd-32-Kurbanova-A-A/aimenv/Lib/site-packages/prompt_toolkit/log.py

14 lines
153 B
Python
Raw Normal View History

2024-10-02 22:15:59 +04:00
"""
Logging configuration.
"""
from __future__ import annotations
import logging
__all__ = [
"logger",
]
logger = logging.getLogger(__package__)