langchain/templates/skeleton-of-thought/skeleton_of_thought/__init__.py
2023-11-26 19:31:41 -05:00

4 lines
65 B
Python

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