5 lines
65 B
Python
5 lines
65 B
Python
class PingService:
|
|
|
|
def ping(self, r):
|
|
return "pong"
|
class PingService:
|
|
|
|
def ping(self, r):
|
|
return "pong"
|