[add] Init from base

This commit is contained in:
2022-05-08 16:06:16 -06:00
parent 69f8b5a79f
commit 70560bb34e
32 changed files with 2828 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

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