class Product: def __init__(self): self.id = 0 self.name = "" self.price = 0.0