Skip to content

Instantly share code, notes, and snippets.

@gauthamzz
Last active January 31, 2019 21:59
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 gauthamzz/8e69c41f4e3edfa6964eab717a2e3f2d to your computer and use it in GitHub Desktop.
Save gauthamzz/8e69c41f4e3edfa6964eab717a2e3f2d to your computer and use it in GitHub Desktop.
class State(object):
def __init__(self, db, size, height, apphash):
self.db = db
self.size = size
self.height = height
self.apphash = apphash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment