Initial commit

This commit is contained in:
2021-11-12 19:02:55 +00:00
commit 84f9a2290c
10 changed files with 950 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_template.py Normal file
View File

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