Added missing doc line

This commit is contained in:
Fabio Manganiello 2020-05-23 23:12:39 +02:00
parent 82a9aa1232
commit 6ba92e7fdd
1 changed files with 4 additions and 0 deletions

View File

@ -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):