Skip to content

Instantly share code, notes, and snippets.

@cinoss
Created April 7, 2012 10:30
Show Gist options
  • Save cinoss/2327292 to your computer and use it in GitHub Desktop.
Save cinoss/2327292 to your computer and use it in GitHub Desktop.
python: new class
class ClassName(object):
"""docstring for ClassName"""
def __init__(self, arg):
super(ClassName, self).__init__()
self.arg = arg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment