Skip to content

Instantly share code, notes, and snippets.

@nullstyle
Created March 25, 2009 02:28
Show Gist options
  • Save nullstyle/84511 to your computer and use it in GitHub Desktop.
Save nullstyle/84511 to your computer and use it in GitHub Desktop.
class FastPass:
@staticmethod
def url(key, secret, email, name, uid, isSecure=False, **privateFields):
pass
@staticmethod
def script(key, secret, email, name, uid, isSecure=False, **privateFields):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment