This commit is contained in:
2019-12-24 15:02:08 -05:00
commit 5eed388677
50 changed files with 18539 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

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