"""Smoke test that the package imports."""

from sups_yolo import __version__


def test_version() -> None:
    assert __version__ == "0.1.0"
