crossword-together/tests/test_crossword_together.py
2020-10-27 16:52:17 -04:00

5 lines
99 B
Python

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