mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 10:32:20 +00:00
Enhance plugin metaclass
* Change names of plugins to avoid repetitions (we may have to revert this) * Make subprocess log private
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from senpy.plugins import SentimentPlugin
|
||||
|
||||
|
||||
class DummyPlugin(SentimentPlugin):
|
||||
class NoOp(SentimentPlugin):
|
||||
import noop
|
||||
|
Reference in New Issue
Block a user