fisrt commit

This commit is contained in:
Andros Fenollosa
2021-08-18 22:00:16 +02:00
commit 7222aaa01a
6 changed files with 302 additions and 0 deletions

0
tests/__init__.py Executable file
View File

View File

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