First version!

This commit is contained in:
2023-02-28 22:04:14 +01:00
commit 8053f78d85
8 changed files with 1434 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

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