SolarEnergy/python_device/README.md

13 lines
109 B
Markdown
Raw Normal View History

2024-06-29 16:05:58 +00:00
# Python client
2024-07-01 19:10:45 +00:00
Reformat code:
```bash
black src/*.py
```
2024-06-29 16:05:58 +00:00
Run the client:
```bash
python3 -m src.main
```