initial commit

This commit is contained in:
2020-01-12 23:31:04 +00:00
commit ee8627e0da
18 changed files with 1202 additions and 0 deletions

5
tests/test_panaetius.py Normal file
View File

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