remote_server.py 79 B

1234
  1. import easyfl
  2. from model import Model
  3. easyfl.start_remote_server(model=Model)