#!/usr/bin/env python # -*- encoding: utf-8 -*- # # author: David Medina class AnomUser(Exception): """ Exception for AnomUser handler """ pass