Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 3, 2019 11:08
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 NMZivkovic/e16edc8863b6c01eae8ec7cac25e6ee7 to your computer and use it in GitHub Desktop.
Save NMZivkovic/e16edc8863b6c01eae8ec7cac25e6ee7 to your computer and use it in GitHub Desktop.
class Morty(object):
def __init__(self, universe):
self.universe = universe
self.is_assigned = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment