Files
2025-03-26 10:29:29 -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,
)