initial commit

This commit is contained in:
2021-10-20 00:02:46 +01:00
commit 8884a942c5
7 changed files with 24 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_tembo.py Normal file
View File

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