mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +00:00
6 lines
79 B
Python
6 lines
79 B
Python
import blag
|
|
|
|
|
|
def test_version():
|
|
assert isinstance(blag.__VERSION__, str)
|