1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
Files
blag/tests/test_version.py
2022-08-31 23:04:30 +02:00

9 lines
167 B
Python

# remove when we don't support py38 anymore
from __future__ import annotations
import blag
def test_version() -> None:
assert isinstance(blag.__VERSION__, str)