Skip to content

Instantly share code, notes, and snippets.

@oussemos
Created March 31, 2014 10:42
Show Gist options
  • Save oussemos/9889669 to your computer and use it in GitHub Desktop.
Save oussemos/9889669 to your computer and use it in GitHub Desktop.
class Hello(object):
def hello(self):
return 'hello'
def call_hello(self):
return self.hello()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment