mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-28 02:29:17 +00:00
4 lines
134 B
Python
4 lines
134 B
Python
def test_version_available() -> None:
|
|
"""Test that a version is available."""
|
|
from langserve import __version__ # noqa: F401
|