#!/usr/bin/env python #coding=utf8 class AlreadyRegistered(Exception): pass class AuthenticationError(Exception): pass