initial commit

This commit is contained in:
2021-07-30 16:56:53 -05:00
commit 472ff166cc
13 changed files with 652 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_pathfinder.py Normal file
View File

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