Skip to content

Instantly share code, notes, and snippets.

@ErinCall
Created September 7, 2012 21:27
Show Gist options
  • Save ErinCall/3669805 to your computer and use it in GitHub Desktop.
Save ErinCall/3669805 to your computer and use it in GitHub Desktop.
class SomeThing(object):
def doathing(self):
pass
class OtherThing(SomeThing):
make_it_happen_capn(self):
doathing()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment