Skip to content

Instantly share code, notes, and snippets.

@mbrochh
Created May 10, 2011 05:58
Show Gist options
  • Select an option

  • Save mbrochh/963976 to your computer and use it in GitHub Desktop.

Select an option

Save mbrochh/963976 to your computer and use it in GitHub Desktop.
class Foo(object):
"""Epic Docstring. What if it has 80 characters. Will gist add a scrollbar?"""
def __init__(self):
self.bar = 'foobar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment