# File lib/deep_test/distributed/remote_worker_server.rb, line 8
 8:       def initialize(base_path, workers)
 9:         @base_path = base_path
10:         @workers = workers
11:       end