Source code for ynlu.sdk.exceptions

from ..exceptions import BaseYNLUException


[docs]class BaseYNLUSDKException(BaseYNLUException): pass