mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 08:45:22 -04:00
3 lines
156 B
Python
3 lines
156 B
Python
"""Utility functions for parsing an OpenAPI spec. Kept for backwards compat."""
|
|
from langchain.utilities.openapi import HTTPVerb, OpenAPISpec # noqa: F401
|