mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 08:45:22 -04:00
7 lines
218 B
Python
7 lines
218 B
Python
"""Deprecated module for BaseLanguageModel class, kept for backwards compatibility."""
|
|
from __future__ import annotations
|
|
|
|
from langchain.schema.language_model import BaseLanguageModel
|
|
|
|
__all__ = ["BaseLanguageModel"]
|