mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
import blag
|
|
|
|
|
|
def test_version() -> None:
|
|
assert isinstance(blag.__VERSION__, str)
|