Updated the example in the README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-07-21 22:47:09 +02:00
parent 70ed602814
commit 9b99902463

View file

@ -35,7 +35,8 @@ see [DOCUMENTATION.md](DOCUMENTATION.md)
```python
#!/usr/bin/env python3
from yahuelib.controller import LightController, GroupController
# from yahuelib.controller import LightController
from yahuelib.controller import GroupController
from yahuelib.utils import rgb_to_hsv
if __name__ == "__main__":