Guest User

Untitled

a guest
Oct 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class PurchasableProduct(Product):
  2. def __init__(product_properties, purchasable_datetime):
  3. super().__init__(product_properties)
  4. self.purchasable_datetime = purchasable_datetime
Add Comment
Please, Sign In to add comment