Start to create Python client

This commit is contained in:
2024-06-29 18:05:58 +02:00
parent 1d32ca1559
commit dca8848ec9
8 changed files with 57 additions and 0 deletions

7
python_device/README.md Normal file

@@ -0,0 +1,7 @@
# Python client
Run the client:
```bash
python3 -m src.main
```