beremiz
Clone
Summary
Browse
Changes
Graph
disable empty coils and contacts in LD/SFC editors
2017-06-20, Andrey Skvortsov
ae3e819252fc
disable empty coils and contacts in LD/SFC editors
Closes #30
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func