My class looks like this
from decimal import Decimal import delorean class PriceLog(object): def __init__(self, timestamp, product_id, price): se