From e14ffc63fa29fd86e6684f3fc7820221eea8e097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Sun, 13 Jul 2014 16:03:38 +0200 Subject: [PATCH] Slightly better documentation --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 35c0ec1..dd487c5 100644 --- a/app.py +++ b/app.py @@ -16,6 +16,8 @@ # limitations under the License. ''' Simple Sentiment Analysis server for EUROSENTIMENT + +This class shows how to use the nif_server module to create custom services. ''' from flask import Flask from random import random