Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Created January 6, 2010 04:59
Show Gist options
  • Save sherbondy/270025 to your computer and use it in GitHub Desktop.
Save sherbondy/270025 to your computer and use it in GitHub Desktop.
class post():
def __init__(self, id, url, date, caption, link_url,
photo1280, photo500, photo250, tag):
self.id = id
self.url = url
self.date = date
self.caption = caption
self.link_url = link_url
self.photo1280 = photo1280
self.photo500 = photo500
self.photo250 = photo250
self.tag = tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment