mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
12 lines
389 B
Python
12 lines
389 B
Python
![]() |
# coding=utf-8
|
||
|
#noinspection PyUnresolvedReferences
|
||
|
from paypalapi.interface import PayPalInterface
|
||
|
#noinspection PyUnresolvedReferences
|
||
|
from paypalapi.settings import PayPalConfig
|
||
|
#noinspection PyUnresolvedReferences
|
||
|
from paypalapi.exceptions import PayPalError, PayPalConfigError, PayPalAPIResponseError
|
||
|
#noinspection PyUnresolvedReferences
|
||
|
import paypalapi.countries
|
||
|
|
||
|
VERSION = '1.2.0'
|