SolarEnergy/python_device/README.md

13 lines
109 B
Markdown

# Python client
Reformat code:
```bash
black src/*.py
```
Run the client:
```bash
python3 -m src.main
```