urma/tests/test_kaemasto.py
2023-01-02 14:48:22 +00:00

6 lines
85 B
Python

from urma import __version__
def test_version():
assert __version__ == '0.1.0'