"""Constants for handling user types.""" USER_TYPE_OA = 'oa' USER_TYPE_ALW = 'alw' USER_TYPES = (USER_TYPE_OA, USER_TYPE_ALW)