Initial commit

This commit is contained in:
Linus Dietz
2023-06-18 14:25:44 +02:00
parent 33e7c34662
commit 56383080fb
10 changed files with 473 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from volvo import authorize
from mqtt import update_loop, connect
if __name__ == '__main__':
authorize()
connect()
update_loop()