Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created April 26, 2016 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivancorrales/4947af77be8e16ad50a3d3b730ac3a2c to your computer and use it in GitHub Desktop.
Save ivancorrales/4947af77be8e16ad50a3d3b730ac3a2c to your computer and use it in GitHub Desktop.
class Book(object):
def __init__(self,title,author,id=None):
self.id = id
self.title=title
self.author=author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment