langchain/templates/anthropic-iterative-search/anthropic_iterative_search/__init__.py
Harrison Chase 83cee2cec4
Template Readmes and Standardization (#12819)
Co-authored-by: Erick Friis <erick@langchain.dev>
2023-11-03 13:15:29 -07:00

4 lines
46 B
Python

from .chain import chain
__all__ = ["chain"]