Skip to content

Instantly share code, notes, and snippets.

@wufniks
Created May 9, 2016 03:32
Show Gist options
  • Save wufniks/b1f61a07fc5d9ddf312e521d18892773 to your computer and use it in GitHub Desktop.
Save wufniks/b1f61a07fc5d9ddf312e521d18892773 to your computer and use it in GitHub Desktop.
class MyClassA:
x = 10
class MyClassB:
def __init__(self):
self.x = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment