mirror of
https://github.com/hwchase17/langchain
synced 2024-11-20 03:25:56 +00:00
5 lines
191 B
Python
5 lines
191 B
Python
|
"""Utility functions for parsing an OpenAPI spec. Kept for backwards compat."""
|
||
|
from langchain_community.utilities.openapi import HTTPVerb, OpenAPISpec
|
||
|
|
||
|
__all__ = ["HTTPVerb", "OpenAPISpec"]
|