Skip to content

Instantly share code, notes, and snippets.

@douglaspetrin
Created July 22, 2019 00:13
Show Gist options
  • Save douglaspetrin/2bf2bdfb1d13d76bcdf142d1a10106e2 to your computer and use it in GitHub Desktop.
Save douglaspetrin/2bf2bdfb1d13d76bcdf142d1a10106e2 to your computer and use it in GitHub Desktop.
class Gist(object):
def __init__(self):
self.name = 'Douglas'
def read_name(self):
return self.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment