Guest User

Untitled

a guest
Dec 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Badge(object):
  2. def is_within_limit():
  3. pass
  4.  
  5. class SingleActionSingleCompletionBadgeMixin():
  6. def has_earned(action_obj):
  7. pass
  8.  
  9. class FirstAboardBadge(SingleActionCompletionBadgeMixin, Badge):
  10. pass
Add Comment
Please, Sign In to add comment