import mws class Sampleservice(mws.mwsAuthentication,mws.mwsGeneral): version = "v1.0" #Version number of the class author = "Tester" #The author of the class def sayHello(self, name): return "Hello: " + name