cleanup repo

This commit is contained in:
Linus Dietz
2023-06-20 12:18:46 +02:00
parent 73ac466992
commit 7e5d09681e
8 changed files with 1 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
from volvo import authorize
from mqtt import update_loop, connect
from const import VERSION
if __name__ == '__main__':
print("Starting volvo2mqtt version " + VERSION)
authorize()
connect()
update_loop()