Skip to content

Instantly share code, notes, and snippets.

@copitux
Created January 17, 2013 10:36
Show Gist options
  • Save copitux/4555133 to your computer and use it in GitHub Desktop.
Save copitux/4555133 to your computer and use it in GitHub Desktop.
class Noun(object):
def __call__(self):
pass
verb = Noun()
verb()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment