NewsBlur/vendor/paypalapi/__init__.py
2024-04-24 09:50:42 -04:00

13 lines
395 B
Python
Executable file

# coding=utf-8
# noinspection PyUnresolvedReferences
# noinspection PyUnresolvedReferences
import paypalapi.countries
# noinspection PyUnresolvedReferences
from paypalapi.exceptions import PayPalAPIResponseError, PayPalConfigError, PayPalError
from paypalapi.interface import PayPalInterface
# noinspection PyUnresolvedReferences
from paypalapi.settings import PayPalConfig
VERSION = "1.2.2"