🚀 meta: initial commit

This commit is contained in:
2023-10-07 13:28:18 -04:00
commit fa36a86eab
7 changed files with 912 additions and 0 deletions

8
usage.py Normal file
View File

@@ -0,0 +1,8 @@
from asyncio import run
async def smart_home_in_rust_with_home_assistant_main():
from smart_home_in_rust_with_home_assistant import main
await main()
run(smart_home_in_rust_with_home_assistant_main())