mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-07-01 14:01:43 -04:00
7 lines
183 B
Python
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,
|
|
)
|