Files
paraphrasing_bot/tests/test_paraphrasing_bot.py
2022-05-08 16:06:16 -06:00

6 lines
97 B
Python

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