class User(object): def __repr__(self): return '' % (self.username) __all__ = ['User']