1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00
senpy/example-plugins/noop/noop_plugin.py
J. Fernando Sánchez abd401f863 Enhance plugin metaclass
* Change names of plugins to avoid repetitions (we may have to revert this)
* Make subprocess log private
2018-01-06 20:55:57 +01:00

6 lines
89 B
Python

from senpy.plugins import SentimentPlugin
class NoOp(SentimentPlugin):
import noop