from __future__ import annotations

import langchain_modal


def test_import_modal() -> None:
    assert langchain_modal is not None
