"""Seed-once starter test — replace with real tests (the developer owns this file)."""

import main


def test_main_is_callable() -> None:
    assert callable(main.main)
