DEBSOURCES
Skip Quicknav
sources / pyproject-api / 1.9.0-1 / tests / test_version.py
1234567
from __future__ import annotations def test_version() -> None: from pyproject_api import __version__ # noqa: PLC0415 assert __version__