yotpy
Yotpy: An easy-to-use Python wrapper for the Yotpo web API.
1""" 2Yotpy: An easy-to-use Python wrapper for the Yotpo web API. 3""" 4 5__version__ = "0.0.91" 6 7from .core import YotpoAPIWrapper, JSONTransformer 8from .exceptions import CustomException, SessionNotCreatedError, FailedToGetTokenError, PreflightException, UploadException, SendException, UserNotFound, AppNotFound