langchain/templates/skeleton-of-thought/skeleton_of_thought/__init__.py

4 lines
65 B
Python
Raw Normal View History

2023-11-27 00:31:41 +00:00
from skeleton_of_thought.chain import chain
__all__ = ["chain"]