Created by: TomorrowIsAnOtherDay
@parl.remote_class class A(object): def __init__(self): self.b = 5 A = a() print(a.b) # this line will not return 5.