# -*- coding: utf-8 -*- # !/usr/bin/env python from library.jdbase.exceptions import JDException class JDAuthException(JDException): pass