mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
Added random plugin and other features
This commit is contained in:
@@ -2,7 +2,5 @@ from senpy.plugins import SentimentPlugin
|
||||
from senpy.models import Response
|
||||
|
||||
class DummyPlugin(SentimentPlugin):
|
||||
pass
|
||||
|
||||
def analyse(self, *args, **kwargs):
|
||||
return Response()
|
Reference in New Issue
Block a user