ai-station/.venv/lib/python3.12/site-packages/prompt_toolkit/log.py

14 lines
153 B
Python
Raw Permalink Normal View History

2025-12-25 14:54:33 +00:00
"""
Logging configuration.
"""
from __future__ import annotations
import logging
__all__ = [
"logger",
]
logger = logging.getLogger(__package__)