mirror of
https://github.com/gsi-upm/senpy
synced 2025-11-29 18:58:17 +00:00
Closes #40
This commit is contained in:
@@ -6,3 +6,6 @@ class DummyPlugin(SentimentPlugin):
|
||||
entry.text = entry.text[::-1]
|
||||
entry.reversed = entry.get('reversed', 0) + 1
|
||||
yield entry
|
||||
|
||||
def test(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user