Files
langgraph-codeact/tests/test_import.py
2025-03-26 10:26:32 -04:00

7 lines
183 B
Python

def test_import() -> None:
"""Test that the code can be imported"""
from langgraph_codeact import ( # noqa: F401
create_codeact,
create_default_prompt,
)