Skip to content

Instantly share code, notes, and snippets.

@guyjacks
Last active December 14, 2017 00:13
Show Gist options
  • Save guyjacks/5787233a30a47c9e5ffb03763e050eb5 to your computer and use it in GitHub Desktop.
Save guyjacks/5787233a30a47c9e5ffb03763e050eb5 to your computer and use it in GitHub Desktop.
class Badge(object):
def is_within_limit():
pass
class SingleActionSingleCompletionBadgeMixin():
def has_earned(action_obj):
pass
class FirstAboardBadge(SingleActionCompletionBadgeMixin, Badge):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment