python import tea.rpc client = tea.rpc.Client() python import tea.rpc server = tea.rpc.Server() def add(a, b): return a + b server.register(methods)