from __future__ import annotations

import langchain_daytona


def test_import_daytona() -> None:
    assert langchain_daytona is not None
