Added missing doc line
This commit is contained in:
parent
82a9aa1232
commit
6ba92e7fdd
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ class ClipboardBackend(Backend):
|
|||
|
||||
- **pyperclip** (``pip install pyperclip``)
|
||||
|
||||
Triggers:
|
||||
|
||||
- :class:`platypush.message.event.clipboard.ClipboardEvent` on clipboard update.
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue