product.py 81 B

123
  1. class Product():
  2. def __init__(self, raw):
  3. (self.id, self.name) = raw