fork download
  1. class A(object):
  2. """docstring for A"""
  3. def __init__(self, arg):
  4. super(Release, self).__init__()
  5. self.arg = arg
  6.  
  7. class B():
  8. """docstring for B"""
  9. def __init__(self, arg):
  10. self.arg = arg
Success #stdin #stdout 0.02s 9984KB
stdin
Standard input is empty
stdout
Standard output is empty