# -*- coding: utf-8 -*- #!/usr/bin/env python ''' web.user.models ~~~~~~~~~ ''' import logging logger = logging.getLogger(__name__)