This commit is contained in:
=
2026-05-18 16:05:11 -04:00
commit c61fe1a5c4
13 changed files with 582 additions and 0 deletions

3
patlite_mqtt/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from patlite_mqtt.daemon import main
raise SystemExit(main())