Initial commit

This commit is contained in:
2022-02-20 01:23:02 -06:00
commit dc87e95343
7 changed files with 207 additions and 0 deletions

0
tests/__init__.py Normal file
View File

5
tests/test_pf.py Normal file
View File

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