Skip to content

Instantly share code, notes, and snippets.

@addisonlynch
Created November 4, 2018 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save addisonlynch/e0cccf415178b735297d3f653f369b3c to your computer and use it in GitHub Desktop.
Save addisonlynch/e0cccf415178b735297d3f653f369b3c to your computer and use it in GitHub Desktop.
class foo(object):
def a(self):
return 1
def b(self):
return 2
def c(self):
return 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment