initial commit
This commit is contained in:
15
venv/Lib/site-packages/langchain_classic/input.py
Normal file
15
venv/Lib/site-packages/langchain_classic/input.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""DEPRECATED: Kept for backwards compatibility."""
|
||||
|
||||
from langchain_core.utils.input import (
|
||||
get_bolded_text,
|
||||
get_color_mapping,
|
||||
get_colored_text,
|
||||
print_text,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"get_bolded_text",
|
||||
"get_color_mapping",
|
||||
"get_colored_text",
|
||||
"print_text",
|
||||
]
|
||||
Reference in New Issue
Block a user