You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/langchain/langchain/formatting.py

5 lines
167 B
Python

"""DEPRECATED: Kept for backwards compatibility."""
from langchain_core.utils.formatting import StrictFormatter, formatter
__all__ = ["StrictFormatter", "formatter"]