1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 06:01:43 +00:00
senpy/tests/plugins/noop/noop_plugin.py
J. Fernando Sánchez 778746c5e8 Added data folder configuration
Closes #46
2017-11-22 17:49:47 +01:00

6 lines
96 B
Python

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