I\'m trying to do something like the following:
import multiprocessing as mp class X: def __init__(self,num): self.num = num def add(self):