ord.py 122 B

1234
  1. class Ord():
  2. """Bean for a book order"""
  3. def __init__(self, raw):
  4. (self.id, self.date, self.com_id) = raw