mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
5 lines
91 B
Python
5 lines
91 B
Python
from deathclock import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|