Skip to content

Commit

Permalink
Fix C4Account import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alejdg authored Feb 16, 2022
1 parent a4a39c9 commit 7062214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For those who are looking for a pre-built solution for controlling their devices

## Usage example
```python
from pyControl4.auth import C4Account
from pyControl4.account import C4Account
from pyControl4.director import C4Director
from pyControl4.light import C4Light
import asyncio
Expand Down

0 comments on commit 7062214

Please sign in to comment.