mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-13 04:02:29 +00:00
abd401f863
* Change names of plugins to avoid repetitions (we may have to revert this) * Make subprocess log private
6 lines
89 B
Python
6 lines
89 B
Python
from senpy.plugins import SentimentPlugin
|
|
|
|
|
|
class NoOp(SentimentPlugin):
|
|
import noop
|