This commit is contained in:
2019-12-24 15:02:08 -05:00
commit 5eed388677
50 changed files with 18539 additions and 0 deletions
View File
+5
View File
@@ -0,0 +1,5 @@
from fluidcontrol import __version__
def test_version():
assert __version__ == '0.1.0'