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