Skip to content

Instantly share code, notes, and snippets.

@clly
Created May 8, 2012 02:07
Show Gist options
  • Save clly/2631990 to your computer and use it in GitHub Desktop.
Save clly/2631990 to your computer and use it in GitHub Desktop.
Template for python class
class className:
def __init__(self):
pass
def method1(self):
pass
def method2(self):
pass
def method3(self):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment