Start to implement devices enrollment

This commit is contained in:
2024-07-01 21:10:45 +02:00
parent 378c296e71
commit 9ba4aa5194
21 changed files with 267 additions and 16 deletions

View File

@ -1,5 +1,11 @@
# Python client
Reformat code:
```bash
black src/*.py
```
Run the client:
```bash