summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/function/helloworld.py
blob: 5ce69aca619c53bedb9b03b4da5e20b1125a9805 (plain)
1
2
3
4
5
6
from org.apache.tuscany.container.python import HelloWorldService

class hello(HelloWorldService):

    def sayHello(self, val1):
       return "Hello " + val1