Files
weibo_signin/backend/venv/Lib/site-packages/prompt_toolkit/log.py
2026-03-09 16:10:29 +08:00

14 lines
153 B
Python

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