This commit is contained in:
Death916 2021-08-21 04:03:33 -07:00
commit aa76d7f760
6 changed files with 40 additions and 0 deletions

5
tests/test_deathclock.py Normal file
View file

@ -0,0 +1,5 @@
from deathclock import __version__
def test_version():
assert __version__ == '0.1.0'