mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
6 lines
96 B
Python
6 lines
96 B
Python
|
from senpy.plugins import SentimentPlugin
|
||
|
|
||
|
|
||
|
class DummyPlugin(SentimentPlugin):
|
||
|
import noop
|