pf/tests/test_pf.py
2022-02-20 01:23:02 -06:00

6 lines
83 B
Python

from pf import __version__
def test_version():
assert __version__ == '0.1.0'