Skip to content

Instantly share code, notes, and snippets.

@wrobstory
Created October 2, 2015 02:27
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 wrobstory/ce633000aa2965d32afa to your computer and use it in GitHub Desktop.
Save wrobstory/ce633000aa2965d32afa to your computer and use it in GitHub Desktop.
4thDownBotTest
class Pats(object):
@staticmethod
def suck():
return True
assert Pats.suck() == True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment