Files
cpl/example/custom/api/src/service.py
2025-09-24 16:57:24 +02:00

5 lines
65 B
Python

class PingService:
def ping(self, r):
return "pong"