group-wbl/.venv/lib/python3.13/site-packages/langchain_classic/formatting.py

6 lines
168 B
Python
Raw Normal View History

2026-01-09 09:48:03 +08:00
"""DEPRECATED: Kept for backwards compatibility."""
from langchain_core.utils.formatting import StrictFormatter, formatter
__all__ = ["StrictFormatter", "formatter"]