# encoding: utf-8 # Author: Zhang Huangbin # SQL model of table: used_quota. Used in dovecot-1.2 for dictquota. class UsedQuota: __table__ = 'used_quota' username = 'username' bytes = 'bytes' messages = 'messages'