Skip to content

Instantly share code, notes, and snippets.

@tswicegood
Forked from akrito/gist:638897
Created October 21, 2010 17:22
Show Gist options
  • Save tswicegood/638902 to your computer and use it in GitHub Desktop.
Save tswicegood/638902 to your computer and use it in GitHub Desktop.
class C(B):
def __init__(self, *args, **kwargs):
super(C, self).__init__(*args, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment