Skip to content

Instantly share code, notes, and snippets.

@dmitryTsatsarin
Created April 23, 2013 09:55
Show Gist options
  • Save dmitryTsatsarin/5442292 to your computer and use it in GitHub Desktop.
Save dmitryTsatsarin/5442292 to your computer and use it in GitHub Desktop.
class A(object):
a=1
class B(object):
b=2
C=B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment